#CFE9A5

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

Shades of Reef #CFE9A5

Tints of Reef #CFE9A5

Color information

#CFE9A5 (or 0xCFE9A5) is unknown color: approx Reef. HEX triplet: CF, E9 and A5. RGB value is (207,233,165). Sum of RGB (Red+Green+Blue) = 207+233+165=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE9A5 is #30165A. Grayscale: #D9D9D9. Windows color (decimal): -3151451 or 10873295. OLE color: 10873295.

HSL color Cylindrical-coordinate representation of color #CFE9A5: hue angle of 82.94º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFE9A5 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB207233165-
CMYK0.1100.290.09
HSL82.94º60.71%78.04%-
HSV(B)82.94º29.18%91.37%-
XYZ61.6674.2646.68-
YUV217.4798.39120.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 233 (91.41% from 255) = 38.51%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=34.21%
G=38.51%
B=27.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331650.1100.290.0982.9460.7178.04
HexCFE9A5B01D9533d4e
Octal317351245130351112375116
Binary1100111111101001101001011011011101100110100111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9A5; }

 p { color: rgb(207,233,165); }

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

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

 a { background-color: rgb(207,233,165); }

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

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

 span { border-color: rgb(207,233,165); }

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