#CFD4AE

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

Shades of Orinoco #CFD4AE

Tints of Orinoco #CFD4AE

Color information

#CFD4AE (or 0xCFD4AE) is unknown color: approx Orinoco. HEX triplet: CF, D4 and AE. RGB value is (207,212,174). Sum of RGB (Red+Green+Blue) = 207+212+174=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD4AE is #302B51. Grayscale: #CECECE. Windows color (decimal): -3156818 or 11457743. OLE color: 11457743.

HSL color Cylindrical-coordinate representation of color #CFD4AE: hue angle of 67.89º 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 #CFD4AE is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB207212174-
CMYK0.0200.180.17
HSL67.89º30.65%75.69%-
HSV(B)67.89º17.92%83.14%-
XYZ56.9263.4149.28-
YUV206.17109.84128.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 212 (83.20% from 255) = 35.75%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=34.91%
G=35.75%
B=29.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121740.0200.180.1767.8930.6575.69
HexCFD4AE201211441f4c
Octal31732425620222110437114
Binary11001111110101001010111010010010100011000100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4AE; }

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

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

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

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

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

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

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

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