#CDD4AE

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

Shades of Orinoco #CDD4AE

Tints of Orinoco #CDD4AE

Color information

#CDD4AE (or 0xCDD4AE) is unknown color: approx Orinoco. HEX triplet: CD, D4 and AE. RGB value is (205,212,174). Sum of RGB (Red+Green+Blue) = 205+212+174=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD4AE is #322B51. Grayscale: #CDCDCD. Windows color (decimal): -3287890 or 11457741. OLE color: 11457741.

HSL color Cylindrical-coordinate representation of color #CDD4AE: hue angle of 71.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD4AE is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB205212174-
CMYK0.0300.180.17
HSL71.05º30.65%75.69%-
HSV(B)71.05º17.92%83.14%-
XYZ56.3663.1249.26-
YUV205.58110.18127.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=34.69%
G=35.87%
B=29.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121740.0300.180.1771.0530.6575.69
HexCDD4AE301211471f4c
Octal31532425630222110737114
Binary11001101110101001010111011010010100011000111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4AE; }

 p { color: rgb(205,212,174); }

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

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

 a { background-color: rgb(205,212,174); }

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

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

 span { border-color: rgb(205,212,174); }

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