#CFF7DF

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

Shades of White Ice #CFF7DF

Tints of White Ice #CFF7DF

Color information

#CFF7DF (or 0xCFF7DF) is unknown color: approx White Ice. HEX triplet: CF, F7 and DF. RGB value is (207,247,223). Sum of RGB (Red+Green+Blue) = 207+247+223=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7DF is #300820. Grayscale: #E8E8E8. Windows color (decimal): -3147809 or 14677967. OLE color: 14677967.

HSL color Cylindrical-coordinate representation of color #CFF7DF: hue angle of 144º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7DF is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB207247223-
CMYK0.1600.100.03
HSL144º71.43%89.02%-
HSV(B)144º16.19%96.86%-
XYZ72.3185.1182.43-
YUV232.3122.75109.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.58%
GREEN value IS 247 (96.88% from 255) = 36.48%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=30.58%
G=36.48%
B=32.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072472230.1600.100.0314471.4389.02
HexCFF7DF100A3904759
Octal317367337200123220107131
Binary1100111111110111110111111000001010111001000010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7DF; }

 p { color: rgb(207,247,223); }

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

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

 a { background-color: rgb(207,247,223); }

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

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

 span { border-color: rgb(207,247,223); }

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