#CDD1B5

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

Shades of Orinoco #CDD1B5

Tints of Orinoco #CDD1B5

Color information

#CDD1B5 (or 0xCDD1B5) is unknown color: approx Orinoco. HEX triplet: CD, D1 and B5. RGB value is (205,209,181). Sum of RGB (Red+Green+Blue) = 205+209+181=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1B5 is #322E4A. Grayscale: #CCCCCC. Windows color (decimal): -3288651 or 11915725. OLE color: 11915725.

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

Color convert

RGB205209181-
CMYK0.0200.130.18
HSL68.57º23.33%76.47%-
HSV(B)68.57º13.4%81.96%-
XYZ56.3261.9252.7-
YUV204.61114.67128.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 181 (71.09% from 255) = 30.42%
R=34.45%
G=35.13%
B=30.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091810.0200.130.1868.5723.3376.47
HexCDD1B520D1245174c
Octal31532126520152210527114
Binary1100110111010001101101011001101100101000101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1B5; }

 p { color: rgb(205,209,181); }

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

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

 a { background-color: rgb(205,209,181); }

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

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

 span { border-color: rgb(205,209,181); }

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