#CDCEAF

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

Shades of Orinoco #CDCEAF

Tints of Orinoco #CDCEAF

Color information

#CDCEAF (or 0xCDCEAF) is unknown color: approx Orinoco. HEX triplet: CD, CE and AF. RGB value is (205,206,175). Sum of RGB (Red+Green+Blue) = 205+206+175=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCEAF is #323150. Grayscale: #CACACA. Windows color (decimal): -3289425 or 11521741. OLE color: 11521741.

HSL color Cylindrical-coordinate representation of color #CDCEAF: hue angle of 61.94º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDCEAF is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB205206175-
CMYK0.0000.150.19
HSL61.94º24.03%74.71%-
HSV(B)61.94º15.05%80.78%-
XYZ54.9960.2249.28-
YUV202.17112.67130.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=34.98%
G=35.15%
B=29.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061750.0000.150.1961.9424.0374.71
HexCDCEAF00F133e184b
Octal3153162570017237630113
Binary11001101110011101010111100111110011111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEAF; }

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

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

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

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

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

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

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

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