#CDD2B3

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

Shades of Orinoco #CDD2B3

Tints of Orinoco #CDD2B3

Color information

#CDD2B3 (or 0xCDD2B3) is unknown color: approx Orinoco. HEX triplet: CD, D2 and B3. RGB value is (205,210,179). Sum of RGB (Red+Green+Blue) = 205+210+179=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2B3 is #322D4C. Grayscale: #CDCDCD. Windows color (decimal): -3288397 or 11784909. OLE color: 11784909.

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

Color convert

RGB205210179-
CMYK0.0200.150.18
HSL69.68º25.62%76.27%-
HSV(B)69.68º14.76%82.35%-
XYZ56.3662.3351.71-
YUV204.97113.34128.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=34.51%
G=35.35%
B=30.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101790.0200.150.1869.6825.6276.27
HexCDD2B320F12461a4c
Octal31532226320172210632114
Binary1100110111010010101100111001111100101000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2B3; }

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

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

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

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

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

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

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

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