#CEFEE1

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

Shades of White Ice #CEFEE1

Tints of White Ice #CEFEE1

Color information

#CEFEE1 (or 0xCEFEE1) is unknown color: approx White Ice. HEX triplet: CE, FE and E1. RGB value is (206,254,225). Sum of RGB (Red+Green+Blue) = 206+254+225=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFEE1 is #31011E. Grayscale: #ECECEC. Windows color (decimal): -3211551 or 14810830. OLE color: 14810830.

HSL color Cylindrical-coordinate representation of color #CEFEE1: hue angle of 143.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEE1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB206254225-
CMYK0.1900.110.00
HSL143.75º96%90.2%-
HSV(B)143.75º18.9%99.61%-
XYZ74.4989.4484.57-
YUV236.34121.6106.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.07%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 225 (88.28% from 255) = 32.85%
R=30.07%
G=37.08%
B=32.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542250.1900.110.00143.759690.2
HexCEFEE1130B090605a
Octal316376341230130220140132
Binary110011101111111011100001100110101101001000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEE1; }

 p { color: rgb(206,254,225); }

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

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

 a { background-color: rgb(206,254,225); }

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

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

 span { border-color: rgb(206,254,225); }

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