Html Css Color HEX #D9CCD2 Prim

📋 copy color: '#D9CCD2'

red 217 ◦ green 204 ◦ blue 210

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

Shades of Prim #D9CCD2

Tints of Prim #D9CCD2

RGB

 RED value IS 217 (85.16% from 255) = 34.39%

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

 BLUE value IS 210 (82.42% from 255) = 33.28%

R = 34.39%
G = 32.33%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D9CCD2 (or 0xD9CCD2) is known color: Prim. HEX triplet: D9, CC and D2. RGB value is (217,204,210). Sum of RGB (Red+Green+Blue) = 217+204+210=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD2 is #26332D. Grayscale: #D0D0D0. Windows color (decimal): -2503470 or 13815001. OLE color: 13815001.

HSL color Cylindrical-coordinate representation of color #D9CCD2: hue angle of 332.31º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CCD2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 210 -
CMYK 0 0.06 0.03 0.15
HSL 332.31º 0.15% 0.83% -
HSV(B) 332.31º 0.06% 0.85% -
XYZ 61.84 62.59 69.79 -
YUV 208.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 217 204 210 0 0.06 0.03 0.15 332.31 0.15 0.83
Hex D9 CC D2 0 6 3 F 14C F 53
Octal 331 314 322 0 6 3 17 514 17 123
Binary 11011001 11001100 11010010 0 110 11 1111 101001100 1111 1010011

Color Harmonies of #D9CCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCD2

Black with #D9CCD2

Text Example


Text Example

White with #D9CCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCD2; }

 p { color: rgb(217,204,210); }

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

background-color css

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

 a { background-color: rgb(217,204,210); }

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

border-color css

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

 span { border-color: rgb(217,204,210); }

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