#CDCEAD

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

Shades of Orinoco #CDCEAD

Tints of Orinoco #CDCEAD

Color information

#CDCEAD (or 0xCDCEAD) is unknown color: approx Orinoco. HEX triplet: CD, CE and AD. RGB value is (205,206,173). Sum of RGB (Red+Green+Blue) = 205+206+173=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCEAD is #323152. Grayscale: #CACACA. Windows color (decimal): -3289427 or 11390669. OLE color: 11390669.

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

Color convert

RGB205206173-
CMYK0.0000.160.19
HSL61.82º25.19%74.31%-
HSV(B)61.82º16.02%80.78%-
XYZ54.7960.1448.26-
YUV201.94111.67130.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=35.10%
G=35.27%
B=29.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061730.0000.160.1961.8225.1974.31
HexCDCEAD0010133e194a
Octal3153162550020237631112
Binary110011011100111010101101001000010011111110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEAD; }

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

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

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

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

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

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

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

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