#CDD5AB

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

Shades of Orinoco #CDD5AB

Tints of Orinoco #CDD5AB

Color information

#CDD5AB (or 0xCDD5AB) is unknown color: approx Orinoco. HEX triplet: CD, D5 and AB. RGB value is (205,213,171). Sum of RGB (Red+Green+Blue) = 205+213+171=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD5AB is #322A54. Grayscale: #CDCDCD. Windows color (decimal): -3287637 or 11261389. OLE color: 11261389.

HSL color Cylindrical-coordinate representation of color #CDD5AB: hue angle of 71.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD5AB is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB205213171-
CMYK0.0400.200.16
HSL71.43º33.33%75.29%-
HSV(B)71.43º19.72%83.53%-
XYZ56.3263.5147.82-
YUV205.82108.35127.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 171 (67.19% from 255) = 29.03%
R=34.80%
G=36.16%
B=29.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131710.0400.200.1671.4333.3375.29
HexCDD5AB40141047214b
Octal31532525340242010741113
Binary1100110111010101101010111000101001000010001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5AB; }

 p { color: rgb(205,213,171); }

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

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

 a { background-color: rgb(205,213,171); }

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

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

 span { border-color: rgb(205,213,171); }

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