#CDD2CA

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

Shades of Ottoman #CDD2CA

Tints of Ottoman #CDD2CA

Color information

#CDD2CA (or 0xCDD2CA) is unknown color: approx Ottoman. HEX triplet: CD, D2 and CA. RGB value is (205,210,202). Sum of RGB (Red+Green+Blue) = 205+210+202=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2CA is #322D35. Grayscale: #CFCFCF. Windows color (decimal): -3288374 or 13292237. OLE color: 13292237.

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

Color convert

RGB205210202-
CMYK0.0200.040.18
HSL97.5º8.16%80.78%-
HSV(B)97.5º3.81%82.35%-
XYZ58.8863.3465-
YUV207.59124.84126.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 210 (82.42% from 255) = 34.04%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=33.23%
G=34.04%
B=32.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052102020.0200.040.1897.58.1680.78
HexCDD2CA2041261851
Octal3153223122042214110121
Binary11001101110100101100101010010010010110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2CA; }

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

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

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

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

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

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

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

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