#D0CDCA

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

Shades of Swirl #D0CDCA

Tints of Swirl #D0CDCA

Color information

#D0CDCA (or 0xD0CDCA) is unknown color: approx Swirl. HEX triplet: D0, CD and CA. RGB value is (208,205,202). Sum of RGB (Red+Green+Blue) = 208+205+202=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDCA is #2F3235. Grayscale: #CDCDCD. Windows color (decimal): -3093046 or 13290960. OLE color: 13290960.

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

Color convert

RGB208205202-
CMYK00.010.030.18
HSL30º6%80.39%-
HSV(B)30º2.88%81.57%-
XYZ58.561.3464.63-
YUV205.55125.99129.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=33.82%
G=33.33%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820520200.010.030.1830680.39
HexD0CDCA013121e650
Octal32031531201322366120
Binary110100001100110111001010011110010111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDCA; }

 p { color: rgb(208,205,202); }

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

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

 a { background-color: rgb(208,205,202); }

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

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

 span { border-color: rgb(208,205,202); }

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