#CBF6E1

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

Shades of White Ice #CBF6E1

Tints of White Ice #CBF6E1

Color information

#CBF6E1 (or 0xCBF6E1) is unknown color: approx White Ice. HEX triplet: CB, F6 and E1. RGB value is (203,246,225). Sum of RGB (Red+Green+Blue) = 203+246+225=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6E1 is #34091E. Grayscale: #E6E6E6. Windows color (decimal): -3410207 or 14808779. OLE color: 14808779.

HSL color Cylindrical-coordinate representation of color #CBF6E1: hue angle of 150.7º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF6E1 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB203246225-
CMYK0.1700.090.04
HSL150.7º70.49%88.04%-
HSV(B)150.7º17.48%96.47%-
XYZ71.1784.0483.71-
YUV230.75124.75108.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.12%
GREEN value IS 246 (96.48% from 255) = 36.50%
BLUE value IS 225 (88.28% from 255) = 33.38%
R=30.12%
G=36.50%
B=33.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032462250.1700.090.04150.770.4988.04
HexCBF6E111094974658
Octal313366341210114227106130
Binary11001011111101101110000110001010011001001011110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6E1; }

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

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

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

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

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

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

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

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