#CDD0B6

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

Shades of Orinoco #CDD0B6

Tints of Orinoco #CDD0B6

Color information

#CDD0B6 (or 0xCDD0B6) is unknown color: approx Orinoco. HEX triplet: CD, D0 and B6. RGB value is (205,208,182). Sum of RGB (Red+Green+Blue) = 205+208+182=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0B6 is #322F49. Grayscale: #CCCCCC. Windows color (decimal): -3288906 or 11981005. OLE color: 11981005.

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

Color convert

RGB205208182-
CMYK0.0100.120.18
HSL66.92º21.67%76.47%-
HSV(B)66.92º12.5%81.57%-
XYZ56.1861.4753.16-
YUV204.14115.51128.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 208 (81.64% from 255) = 34.96%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=34.45%
G=34.96%
B=30.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081820.0100.120.1866.9221.6776.47
HexCDD0B610C1243164c
Octal31532026610142210326114
Binary110011011101000010110110101100100101000011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0B6; }

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

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

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

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

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

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

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

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