#CEFDA1

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

Shades of Reef #CEFDA1

Tints of Reef #CEFDA1

Color information

#CEFDA1 (or 0xCEFDA1) is unknown color: approx Reef. HEX triplet: CE, FD and A1. RGB value is (206,253,161). Sum of RGB (Red+Green+Blue) = 206+253+161=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFDA1 is #31025E. Grayscale: #E4E4E4. Windows color (decimal): -3211871 or 10616270. OLE color: 10616270.

HSL color Cylindrical-coordinate representation of color #CEFDA1: hue angle of 90.65º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEFDA1 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB206253161-
CMYK0.1900.360.01
HSL90.65º95.83%81.18%-
HSV(B)90.65º36.36%99.22%-
XYZ67.0185.9546.78-
YUV228.4689.93111.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 161 (63.28% from 255) = 25.97%
R=33.23%
G=40.81%
B=25.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531610.1900.360.0190.6595.8381.18
HexCEFDA11302415b6051
Octal316375241230441133140121
Binary1100111011111101101000011001101001001101101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDA1; }

 p { color: rgb(206,253,161); }

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

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

 a { background-color: rgb(206,253,161); }

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

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

 span { border-color: rgb(206,253,161); }

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