#CFEDA1

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

Shades of Reef #CFEDA1

Tints of Reef #CFEDA1

Color information

#CFEDA1 (or 0xCFEDA1) is unknown color: approx Reef. HEX triplet: CF, ED and A1. RGB value is (207,237,161). Sum of RGB (Red+Green+Blue) = 207+237+161=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDA1 is #30125E. Grayscale: #DBDBDB. Windows color (decimal): -3150431 or 10612175. OLE color: 10612175.

HSL color Cylindrical-coordinate representation of color #CFEDA1: hue angle of 83.68º degrees, saturation: 0.68, 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 #CFEDA1 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB207237161-
CMYK0.1300.320.07
HSL83.68º67.86%78.04%-
HSV(B)83.68º32.07%92.94%-
XYZ62.4576.4145.17-
YUV219.3795.06119.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 161 (63.28% from 255) = 26.61%
R=34.21%
G=39.17%
B=26.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371610.1300.320.0783.6867.8678.04
HexCFEDA1D020754444e
Octal317355241150407124104116
Binary11001111111011011010000111010100000111101010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDA1; }

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

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

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

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

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

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

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

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