#CDD2B1

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

Shades of Orinoco #CDD2B1

Tints of Orinoco #CDD2B1

Color information

#CDD2B1 (or 0xCDD2B1) is unknown color: approx Orinoco. HEX triplet: CD, D2 and B1. RGB value is (205,210,177). Sum of RGB (Red+Green+Blue) = 205+210+177=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD2B1 is #322D4E. Grayscale: #CCCCCC. Windows color (decimal): -3288399 or 11653837. OLE color: 11653837.

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

Color convert

RGB205210177-
CMYK0.0200.160.18
HSL69.09º26.83%75.88%-
HSV(B)69.09º15.71%82.35%-
XYZ56.1662.2550.65-
YUV204.74112.34128.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 177 (69.53% from 255) = 29.90%
R=34.63%
G=35.47%
B=29.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101770.0200.160.1869.0926.8375.88
HexCDD2B1201012451b4c
Octal31532226120202210533114
Binary11001101110100101011000110010000100101000101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2B1; }

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

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

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

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

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

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

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

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