#CDD2AF

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

Shades of Orinoco #CDD2AF

Tints of Orinoco #CDD2AF

Color information

#CDD2AF (or 0xCDD2AF) is unknown color: approx Orinoco. HEX triplet: CD, D2 and AF. RGB value is (205,210,175). Sum of RGB (Red+Green+Blue) = 205+210+175=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD2AF is #322D50. Grayscale: #CCCCCC. Windows color (decimal): -3288401 or 11522765. OLE color: 11522765.

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

Color convert

RGB205210175-
CMYK0.0200.170.18
HSL68.57º28%75.49%-
HSV(B)68.57º16.67%82.35%-
XYZ55.9662.1749.61-
YUV204.52111.34128.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 210 (82.42% from 255) = 35.59%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=34.75%
G=35.59%
B=29.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101750.0200.170.1868.572875.49
HexCDD2AF201112451c4b
Octal31532225720212210534113
Binary11001101110100101010111110010001100101000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2AF; }

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

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

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

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

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

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

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

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