#D6CCCE

Color #D6CCCE Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #D6CCCE

Tints of Prim #D6CCCE

Color information

#D6CCCE (or 0xD6CCCE) is unknown color: approx Prim. HEX triplet: D6, CC and CE. RGB value is (214,204,206). Sum of RGB (Red+Green+Blue) = 214+204+206=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCCE is #293331. Grayscale: #CFCFCF. Windows color (decimal): -2700082 or 13552854. OLE color: 13552854.

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

Color convert

RGB214204206-
CMYK00.050.040.16
HSL348º10.87%81.96%-
HSV(B)348º4.67%83.92%-
XYZ60.4761.9467.16-
YUV207.22127.31132.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=34.29%
G=32.69%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420420600.050.040.1634810.8781.96
HexD6CCCE0541015cb52
Octal3263143160542053413122
Binary11010110110011001100111001011001000010101110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCCE; }

 p { color: rgb(214,204,206); }

 H1.HeaderClassName
 {
   color: #D6CCCE;
 }
 .AnyTagClassName
 {
   color: #D6CCCE;
 }
</style>
background-color css

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

 a { background-color: rgb(214,204,206); }

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

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

 span { border-color: rgb(214,204,206); }

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