#CEFDE3

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

Shades of White Ice #CEFDE3

Tints of White Ice #CEFDE3

Color information

#CEFDE3 (or 0xCEFDE3) is unknown color: approx White Ice. HEX triplet: CE, FD and E3. RGB value is (206,253,227). Sum of RGB (Red+Green+Blue) = 206+253+227=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDE3 is #31021C. Grayscale: #ECECEC. Windows color (decimal): -3211805 or 14941646. OLE color: 14941646.

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

Color convert

RGB206253227-
CMYK0.1900.100.01
HSL146.81º92.16%90%-
HSV(B)146.81º18.58%99.22%-
XYZ74.4488.9285.91-
YUV235.98122.93106.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.03%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 227 (89.06% from 255) = 33.09%
R=30.03%
G=36.88%
B=33.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062532270.1900.100.01146.8192.1690
HexCEFDE3130A1935c5a
Octal316375343230121223134132
Binary110011101111110111100011100110101011001001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDE3; }

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

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

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

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

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

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

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

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