#CDD3AF

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

Shades of Orinoco #CDD3AF

Tints of Orinoco #CDD3AF

Color information

#CDD3AF (or 0xCDD3AF) is unknown color: approx Orinoco. HEX triplet: CD, D3 and AF. RGB value is (205,211,175). Sum of RGB (Red+Green+Blue) = 205+211+175=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD3AF is #322C50. Grayscale: #CDCDCD. Windows color (decimal): -3288145 or 11523021. OLE color: 11523021.

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

Color convert

RGB205211175-
CMYK0.0300.170.17
HSL70º29.03%75.69%-
HSV(B)70º17.06%82.75%-
XYZ56.2162.6649.69-
YUV205.1111.01127.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 211 (82.81% from 255) = 35.70%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=34.69%
G=35.70%
B=29.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111750.0300.170.177029.0375.69
HexCDD3AF301111461d4c
Octal31532325730212110635114
Binary11001101110100111010111111010001100011000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3AF; }

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

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

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

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

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

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

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

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