#D0CECC

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

Shades of Swirl #D0CECC

Tints of Swirl #D0CECC

Color information

#D0CECC (or 0xD0CECC) is unknown color: approx Swirl. HEX triplet: D0, CE and CC. RGB value is (208,206,204). Sum of RGB (Red+Green+Blue) = 208+206+204=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CECC is #2F3133. Grayscale: #CECECE. Windows color (decimal): -3092788 or 13422288. OLE color: 13422288.

HSL color Cylindrical-coordinate representation of color #D0CECC: hue angle of 30º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CECC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208206204-
CMYK00.010.020.18
HSL30º4.08%80.78%-
HSV(B)30º1.92%81.57%-
XYZ58.9861.9165.97-
YUV206.37126.66129.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=33.66%
G=33.33%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820620400.010.020.18304.0880.78
HexD0CECC012121e451
Octal32031631401222364121
Binary110100001100111011001100011010010111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CECC; }

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

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

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

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

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

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

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

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