#CFE8A3

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

Shades of Reef #CFE8A3

Tints of Reef #CFE8A3

Color information

#CFE8A3 (or 0xCFE8A3) is unknown color: approx Reef. HEX triplet: CF, E8 and A3. RGB value is (207,232,163). Sum of RGB (Red+Green+Blue) = 207+232+163=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE8A3 is #30175C. Grayscale: #D8D8D8. Windows color (decimal): -3151709 or 10741967. OLE color: 10741967.

HSL color Cylindrical-coordinate representation of color #CFE8A3: hue angle of 81.74º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFE8A3 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB207232163-
CMYK0.1100.300.09
HSL81.74º60%77.45%-
HSV(B)81.74º29.74%90.98%-
XYZ61.273.6245.64-
YUV216.6697.72121.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 232 (91.02% from 255) = 38.54%
BLUE value IS 163 (64.06% from 255) = 27.08%
R=34.39%
G=38.54%
B=27.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321630.1100.300.0981.746077.45
HexCFE8A3B01E9523c4d
Octal317350243130361112274115
Binary1100111111101000101000111011011110100110100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8A3; }

 p { color: rgb(207,232,163); }

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

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

 a { background-color: rgb(207,232,163); }

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

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

 span { border-color: rgb(207,232,163); }

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