#CFEEE0

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

Shades of White Ice #CFEEE0

Tints of White Ice #CFEEE0

Color information

#CFEEE0 (or 0xCFEEE0) is unknown color: approx White Ice. HEX triplet: CF, EE and E0. RGB value is (207,238,224). Sum of RGB (Red+Green+Blue) = 207+238+224=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEE0 is #30111F. Grayscale: #E3E3E3. Windows color (decimal): -3150112 or 14741199. OLE color: 14741199.

HSL color Cylindrical-coordinate representation of color #CFEEE0: hue angle of 152.9º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEEE0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB207238224-
CMYK0.1300.060.07
HSL152.9º47.69%87.25%-
HSV(B)152.9º13.03%93.33%-
XYZ69.7679.882.25-
YUV227.14126.23113.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 224 (87.89% from 255) = 33.48%
R=30.94%
G=35.58%
B=33.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072382240.1300.060.07152.947.6987.25
HexCFEEE0D067993057
Octal3173563401506723160127
Binary11001111111011101110000011010110111100110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEE0; }

 p { color: rgb(207,238,224); }

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

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

 a { background-color: rgb(207,238,224); }

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

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

 span { border-color: rgb(207,238,224); }

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