#CFE3AB

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

Shades of Reef #CFE3AB

Tints of Reef #CFE3AB

Color information

#CFE3AB (or 0xCFE3AB) is unknown color: approx Reef. HEX triplet: CF, E3 and AB. RGB value is (207,227,171). Sum of RGB (Red+Green+Blue) = 207+227+171=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3AB is #301C54. Grayscale: #D6D6D6. Windows color (decimal): -3152981 or 11264975. OLE color: 11264975.

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

Color convert

RGB207227171-
CMYK0.0900.250.11
HSL81.43º50%78.04%-
HSV(B)81.43º24.67%89.02%-
XYZ60.5571.1449.07-
YUV214.64103.37122.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=34.21%
G=37.52%
B=28.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072271710.0900.250.1181.435078.04
HexCFE3AB9019B51324e
Octal317343253110311312162116
Binary1100111111100011101010111001011001101110100011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3AB; }

 p { color: rgb(207,227,171); }

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

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

 a { background-color: rgb(207,227,171); }

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

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

 span { border-color: rgb(207,227,171); }

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