#DCCFD6

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

Shades of Prim #DCCFD6

Tints of Prim #DCCFD6

Color information

#DCCFD6 (or 0xDCCFD6) is unknown color: approx Prim. HEX triplet: DC, CF and D6. RGB value is (220,207,214). Sum of RGB (Red+Green+Blue) = 220+207+214=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFD6 is #233029. Grayscale: #D3D3D3. Windows color (decimal): -2306090 or 14077916. OLE color: 14077916.

HSL color Cylindrical-coordinate representation of color #DCCFD6: hue angle of 327.69º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCFD6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220207214-
CMYK00.060.030.14
HSL327.69º15.66%83.73%-
HSV(B)327.69º5.91%86.27%-
XYZ63.9764.772.73-
YUV211.68129.31133.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=34.32%
G=32.29%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020721400.060.030.14327.6915.6683.73
HexDCCFD6063E1481054
Octal3343173260631651020124
Binary1101110011001111110101100110111110101001000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFD6; }

 p { color: rgb(220,207,214); }

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

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

 a { background-color: rgb(220,207,214); }

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

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

 span { border-color: rgb(220,207,214); }

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