#CFDBAD

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

Shades of Orinoco #CFDBAD

Tints of Orinoco #CFDBAD

Color information

#CFDBAD (or 0xCFDBAD) is unknown color: approx Orinoco. HEX triplet: CF, DB and AD. RGB value is (207,219,173). Sum of RGB (Red+Green+Blue) = 207+219+173=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDBAD is #302452. Grayscale: #D2D2D2. Windows color (decimal): -3155027 or 11393999. OLE color: 11393999.

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

Color convert

RGB207219173-
CMYK0.0500.210.14
HSL75.65º38.98%76.86%-
HSV(B)75.65º21%85.88%-
XYZ58.6166.9549.37-
YUV210.17107.02125.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=34.56%
G=36.56%
B=28.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191730.0500.210.1475.6538.9876.86
HexCFDBAD5015E4c274d
Octal31733325550251611447115
Binary110011111101101110101101101010101111010011001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBAD; }

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

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

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

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

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

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

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

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