#CEFEE7

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

Shades of White Ice #CEFEE7

Tints of White Ice #CEFEE7

Color information

#CEFEE7 (or 0xCEFEE7) is unknown color: approx White Ice. HEX triplet: CE, FE and E7. RGB value is (206,254,231). Sum of RGB (Red+Green+Blue) = 206+254+231=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEE7 is #310118. Grayscale: #EDEDED. Windows color (decimal): -3211545 or 15204046. OLE color: 15204046.

HSL color Cylindrical-coordinate representation of color #CEFEE7: hue angle of 151.25º 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 #CEFEE7 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB206254231-
CMYK0.1900.090.00
HSL151.25º96%90.2%-
HSV(B)151.25º18.9%99.61%-
XYZ75.3289.7788.96-
YUV237.03124.6105.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.81%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 231 (90.62% from 255) = 33.43%
R=29.81%
G=36.76%
B=33.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542310.1900.090.00151.259690.2
HexCEFEE71309097605a
Octal316376347230110227140132
Binary110011101111111011100111100110100101001011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEE7; }

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

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

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

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

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

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

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

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