#CEFAE1

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

Shades of White Ice #CEFAE1

Tints of White Ice #CEFAE1

Color information

#CEFAE1 (or 0xCEFAE1) is unknown color: approx White Ice. HEX triplet: CE, FA and E1. RGB value is (206,250,225). Sum of RGB (Red+Green+Blue) = 206+250+225=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAE1 is #31051E. Grayscale: #EAEAEA. Windows color (decimal): -3212575 or 14809806. OLE color: 14809806.

HSL color Cylindrical-coordinate representation of color #CEFAE1: hue angle of 145.91º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFAE1 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB206250225-
CMYK0.1800.100.02
HSL145.91º81.48%89.41%-
HSV(B)145.91º17.6%98.04%-
XYZ73.2386.9384.15-
YUV233.99122.92108.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 225 (88.28% from 255) = 33.04%
R=30.25%
G=36.71%
B=33.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502250.1800.100.02145.9181.4889.41
HexCEFAE1120A2925159
Octal316372341220122222121131
Binary1100111011111010111000011001001010101001001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAE1; }

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

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

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

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

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

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

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

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