#CBF8E1

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

Shades of White Ice #CBF8E1

Tints of White Ice #CBF8E1

Color information

#CBF8E1 (or 0xCBF8E1) is unknown color: approx White Ice. HEX triplet: CB, F8 and E1. RGB value is (203,248,225). Sum of RGB (Red+Green+Blue) = 203+248+225=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8E1 is #34071E. Grayscale: #E7E7E7. Windows color (decimal): -3409695 or 14809291. OLE color: 14809291.

HSL color Cylindrical-coordinate representation of color #CBF8E1: hue angle of 149.33º 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 #CBF8E1 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB203248225-
CMYK0.1800.090.03
HSL149.33º76.27%88.43%-
HSV(B)149.33º18.15%97.25%-
XYZ71.7985.2783.91-
YUV231.92124.09107.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.03%
GREEN value IS 248 (97.27% from 255) = 36.69%
BLUE value IS 225 (88.28% from 255) = 33.28%
R=30.03%
G=36.69%
B=33.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032482250.1800.090.03149.3376.2788.43
HexCBF8E112093954c58
Octal313370341220113225114130
Binary1100101111111000111000011001001001111001010110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8E1; }

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

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

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

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

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

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

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

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