#CFFBE7

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

Shades of White Ice #CFFBE7

Tints of White Ice #CFFBE7

Color information

#CFFBE7 (or 0xCFFBE7) is unknown color: approx White Ice. HEX triplet: CF, FB and E7. RGB value is (207,251,231). Sum of RGB (Red+Green+Blue) = 207+251+231=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBE7 is #300418. Grayscale: #EBEBEB. Windows color (decimal): -3146777 or 15203279. OLE color: 15203279.

HSL color Cylindrical-coordinate representation of color #CFFBE7: hue angle of 152.73º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFBE7 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB207251231-
CMYK0.1800.080.02
HSL152.73º84.62%89.8%-
HSV(B)152.73º17.53%98.43%-
XYZ74.6588.0388.66-
YUV235.56125.42107.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 231 (90.62% from 255) = 33.53%
R=30.04%
G=36.43%
B=33.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512310.1800.080.02152.7384.6289.8
HexCFFBE71208299555a
Octal317373347220102231125132
Binary1100111111111011111001111001001000101001100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBE7; }

 p { color: rgb(207,251,231); }

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

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

 a { background-color: rgb(207,251,231); }

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

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

 span { border-color: rgb(207,251,231); }

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