#CEFDA4

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

Shades of Reef #CEFDA4

Tints of Reef #CEFDA4

Color information

#CEFDA4 (or 0xCEFDA4) is unknown color: approx Reef. HEX triplet: CE, FD and A4. RGB value is (206,253,164). Sum of RGB (Red+Green+Blue) = 206+253+164=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFDA4 is #31025B. Grayscale: #E5E5E5. Windows color (decimal): -3211868 or 10812878. OLE color: 10812878.

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

Color convert

RGB206253164-
CMYK0.1900.350.01
HSL91.69º95.7%81.76%-
HSV(B)91.69º35.18%99.22%-
XYZ67.2886.0548.19-
YUV228.891.43111.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 164 (64.45% from 255) = 26.32%
R=33.07%
G=40.61%
B=26.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531640.1900.350.0191.6995.781.76
HexCEFDA41302315c6052
Octal316375244230431134140122
Binary1100111011111101101001001001101000111101110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDA4; }

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

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

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

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

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

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

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

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