#CDD2B4

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

Shades of Orinoco #CDD2B4

Tints of Orinoco #CDD2B4

Color information

#CDD2B4 (or 0xCDD2B4) is unknown color: approx Orinoco. HEX triplet: CD, D2 and B4. RGB value is (205,210,180). Sum of RGB (Red+Green+Blue) = 205+210+180=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2B4 is #322D4B. Grayscale: #CDCDCD. Windows color (decimal): -3288396 or 11850445. OLE color: 11850445.

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

Color convert

RGB205210180-
CMYK0.0200.140.18
HSL70º25%76.47%-
HSV(B)70º14.29%82.35%-
XYZ56.4662.3752.24-
YUV205.08113.84127.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=34.45%
G=35.29%
B=30.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101800.0200.140.18702576.47
HexCDD2B420E1246194c
Octal31532226420162210631114
Binary1100110111010010101101001001110100101000110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2B4; }

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

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

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

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

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

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

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

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