#CBF8E0

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

Shades of White Ice #CBF8E0

Tints of White Ice #CBF8E0

Color information

#CBF8E0 (or 0xCBF8E0) is unknown color: approx White Ice. HEX triplet: CB, F8 and E0. RGB value is (203,248,224). Sum of RGB (Red+Green+Blue) = 203+248+224=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8E0 is #34071F. Grayscale: #E7E7E7. Windows color (decimal): -3409696 or 14743755. OLE color: 14743755.

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

Color convert

RGB203248224-
CMYK0.1800.100.03
HSL148º76.27%88.43%-
HSV(B)148º18.15%97.25%-
XYZ71.6585.2183.19-
YUV231.81123.59107.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 224 (87.89% from 255) = 33.19%
R=30.07%
G=36.74%
B=33.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032482240.1800.100.0314876.2788.43
HexCBF8E0120A3944c58
Octal313370340220123224114130
Binary1100101111111000111000001001001010111001010010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8E0; }

 p { color: rgb(203,248,224); }

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

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

 a { background-color: rgb(203,248,224); }

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

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

 span { border-color: rgb(203,248,224); }

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