#CFDBA6

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

Shades of Orinoco #CFDBA6

Tints of Orinoco #CFDBA6

Color information

#CFDBA6 (or 0xCFDBA6) is unknown color: approx Orinoco. HEX triplet: CF, DB and A6. RGB value is (207,219,166). Sum of RGB (Red+Green+Blue) = 207+219+166=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDBA6 is #302459. Grayscale: #D1D1D1. Windows color (decimal): -3155034 or 10935247. OLE color: 10935247.

HSL color Cylindrical-coordinate representation of color #CFDBA6: hue angle of 73.58º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFDBA6 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB207219166-
CMYK0.0500.240.14
HSL73.58º42.4%75.49%-
HSV(B)73.58º24.2%85.88%-
XYZ57.9566.6845.89-
YUV209.37103.52126.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 166 (65.23% from 255) = 28.04%
R=34.97%
G=36.99%
B=28.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191660.0500.240.1473.5842.475.49
HexCFDBA65018E4a2a4b
Octal31733324650301611252113
Binary110011111101101110100110101011000111010010101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBA6; }

 p { color: rgb(207,219,166); }

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

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

 a { background-color: rgb(207,219,166); }

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

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

 span { border-color: rgb(207,219,166); }

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