#cfdb9a

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

Shades of Reef #CFDB9A

Tints of Reef #CFDB9A

Color information

#CFDB9A (or 0xCFDB9A) is unknown color: approx Reef. HEX triplet: CF, DB and 9A. RGB value is (207,219,154). Sum of RGB (Red+Green+Blue) = 207+219+154=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB9A is #302465. Grayscale: #D0D0D0. Windows color (decimal): -3155046 or 10148815. OLE color: 10148815.

HSL color Cylindrical-coordinate representation of color #CFDB9A: hue angle of 71.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDB9A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB207219154-
CMYK0.0500.300.14
HSL71.08º47.45%73.14%-
HSV(B)71.08º29.68%85.88%-
XYZ56.966.2640.36-
YUV20897.52127.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=35.69%
G=37.76%
B=26.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072191540.0500.300.1471.0847.4573.14
HexCFDB9A501EE472f49
Octal31733323250361610757111
Binary110011111101101110011010101011110111010001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfdb9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfdb9a; }

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

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

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

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

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

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

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

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