#CFFCE1

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

Shades of White Ice #CFFCE1

Tints of White Ice #CFFCE1

Color information

#CFFCE1 (or 0xCFFCE1) is unknown color: approx White Ice. HEX triplet: CF, FC and E1. RGB value is (207,252,225). Sum of RGB (Red+Green+Blue) = 207+252+225=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFCE1 is #30031E. Grayscale: #EBEBEB. Windows color (decimal): -3146527 or 14810319. OLE color: 14810319.

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

Color convert

RGB207252225-
CMYK0.1800.110.01
HSL144º88.24%90%-
HSV(B)144º17.86%98.82%-
XYZ74.1388.3284.37-
YUV235.47122.09107.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 225 (88.28% from 255) = 32.89%
R=30.26%
G=36.84%
B=32.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072522250.1800.110.0114488.2490
HexCFFCE1120B190585a
Octal317374341220131220130132
Binary110011111111110011100001100100101111001000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCE1; }

 p { color: rgb(207,252,225); }

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

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

 a { background-color: rgb(207,252,225); }

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

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

 span { border-color: rgb(207,252,225); }

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