#CFECA1

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

Shades of Reef #CFECA1

Tints of Reef #CFECA1

Color information

#CFECA1 (or 0xCFECA1) is unknown color: approx Reef. HEX triplet: CF, EC and A1. RGB value is (207,236,161). Sum of RGB (Red+Green+Blue) = 207+236+161=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECA1 is #30135E. Grayscale: #DBDBDB. Windows color (decimal): -3150687 or 10611919. OLE color: 10611919.

HSL color Cylindrical-coordinate representation of color #CFECA1: hue angle of 83.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFECA1 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB207236161-
CMYK0.1200.320.07
HSL83.2º66.37%77.84%-
HSV(B)83.2º31.78%92.55%-
XYZ62.1675.8345.08-
YUV218.7895.39119.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=34.27%
G=39.07%
B=26.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361610.1200.320.0783.266.3777.84
HexCFECA1C020753424e
Octal317354241140407123102116
Binary11001111111011001010000111000100000111101001110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECA1; }

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

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

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

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

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

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

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

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