Html Css Color HEX #D5CCC2 Swirl

📋 copy color: '#D5CCC2'

red 213 ◦ green 204 ◦ blue 194

#D5CCC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swirl #D5CCC2

Tints of Swirl #D5CCC2

RGB

 RED value IS 213 (83.59% from 255) = 34.86%

 GREEN value IS 204 (80.08% from 255) = 33.39%

 BLUE value IS 194 (76.17% from 255) = 31.75%

R = 34.86%
G = 33.39%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5CCC2 (or 0xD5CCC2) is known color: Swirl. HEX triplet: D5, CC and C2. RGB value is (213,204,194). Sum of RGB (Red+Green+Blue) = 213+204+194=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCC2 is #2A333D. Grayscale: #CDCDCD. Windows color (decimal): -2765630 or 12766421. OLE color: 12766421.

HSL color Cylindrical-coordinate representation of color #D5CCC2: hue angle of 31.58º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5CCC2 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 194 -
CMYK 0 0.04 0.09 0.16
HSL 31.58º 0.18% 0.8% -
HSV(B) 31.58º 0.09% 0.84% -
XYZ 58.77 61.23 59.76 -
YUV 205.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 213 204 194 0 0.04 0.09 0.16 31.58 0.18 0.8
Hex D5 CC C2 0 4 9 10 20 12 50
Octal 325 314 302 0 4 11 20 40 22 120
Binary 11010101 11001100 11000010 0 100 1001 10000 100000 10010 1010000

Color Harmonies of #D5CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCC2

Black with #D5CCC2

Text Example


Text Example

White with #D5CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCC2; }

 p { color: rgb(213,204,194); }

 H1.HeaderClassName
 {
   color: #D5CCC2;
 }
 .AnyTagClassName
 {
   color: #D5CCC2;
 }
</style>

background-color css

<style>
 a { background-color: #D5CCC2; }

 a { background-color: rgb(213,204,194); }

 div.DivClassName
 {
   background-color: #D5CCC2;
 }
 .BgClassName
 {
   background-color: #D5CCC2;
 }
</style>

border-color css

<style>
 span { border-color: #D5CCC2; }

 span { border-color: rgb(213,204,194); }

 td.TdClassName
 {
   border-color: #D5CCC2;
 }
 .TagClassName
 {
   border-color: #D5CCC2;
 }
</style>