#CFE1A1

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

Shades of Reef #CFE1A1

Tints of Reef #CFE1A1

Color information

#CFE1A1 (or 0xCFE1A1) is unknown color: approx Reef. HEX triplet: CF, E1 and A1. RGB value is (207,225,161). Sum of RGB (Red+Green+Blue) = 207+225+161=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE1A1 is #301E5E. Grayscale: #D4D4D4. Windows color (decimal): -3153503 or 10609103. OLE color: 10609103.

HSL color Cylindrical-coordinate representation of color #CFE1A1: hue angle of 76.88º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFE1A1 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB207225161-
CMYK0.0800.280.12
HSL76.88º51.61%75.69%-
HSV(B)76.88º28.44%88.24%-
XYZ59.0969.6944.06-
YUV212.3299.04124.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 225 (88.28% from 255) = 37.94%
BLUE value IS 161 (63.28% from 255) = 27.15%
R=34.91%
G=37.94%
B=27.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251610.0800.280.1276.8851.6175.69
HexCFE1A1801CC4d344c
Octal317341241100341411564114
Binary1100111111100001101000011000011100110010011011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1A1; }

 p { color: rgb(207,225,161); }

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

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

 a { background-color: rgb(207,225,161); }

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

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

 span { border-color: rgb(207,225,161); }

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