#CFDB99

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

Shades of Reef #CFDB99

Tints of Reef #CFDB99

Color information

#CFDB99 (or 0xCFDB99) is unknown color: approx Reef. HEX triplet: CF, DB and 99. RGB value is (207,219,153). Sum of RGB (Red+Green+Blue) = 207+219+153=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB99 is #302466. Grayscale: #D0D0D0. Windows color (decimal): -3155047 or 10083279. OLE color: 10083279.

HSL color Cylindrical-coordinate representation of color #CFDB99: hue angle of 70.91º degrees, saturation: 0.48, 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 #CFDB99 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB207219153-
CMYK0.0500.300.14
HSL70.91º47.83%72.94%-
HSV(B)70.91º30.14%85.88%-
XYZ56.8166.2339.93-
YUV207.8997.02127.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 153 (60.16% from 255) = 26.42%
R=35.75%
G=37.82%
B=26.42%

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
Decimal2072191530.0500.300.1470.9147.8372.94
HexCFDB99501EE473049
Octal31733323150361610760111
Binary110011111101101110011001101011110111010001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDB99; }

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

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

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

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

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

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

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

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