#CFD2B6

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

Shades of Orinoco #CFD2B6

Tints of Orinoco #CFD2B6

Color information

#CFD2B6 (or 0xCFD2B6) is unknown color: approx Orinoco. HEX triplet: CF, D2 and B6. RGB value is (207,210,182). Sum of RGB (Red+Green+Blue) = 207+210+182=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2B6 is #302D49. Grayscale: #CECECE. Windows color (decimal): -3157322 or 11981519. OLE color: 11981519.

HSL color Cylindrical-coordinate representation of color #CFD2B6: hue angle of 66.43º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD2B6 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB207210182-
CMYK0.0100.130.18
HSL66.43º23.73%76.86%-
HSV(B)66.43º13.33%82.35%-
XYZ57.2262.7453.35-
YUV205.91114.51128.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 182 (71.48% from 255) = 30.38%
R=34.56%
G=35.06%
B=30.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072101820.0100.130.1866.4323.7376.86
HexCFD2B610D1242184d
Octal31732226610152210230115
Binary110011111101001010110110101101100101000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2B6; }

 p { color: rgb(207,210,182); }

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

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

 a { background-color: rgb(207,210,182); }

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

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

 span { border-color: rgb(207,210,182); }

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