#CBF6DF

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

Shades of White Ice #CBF6DF

Tints of White Ice #CBF6DF

Color information

#CBF6DF (or 0xCBF6DF) is unknown color: approx White Ice. HEX triplet: CB, F6 and DF. RGB value is (203,246,223). Sum of RGB (Red+Green+Blue) = 203+246+223=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6DF is #340920. Grayscale: #E6E6E6. Windows color (decimal): -3410209 or 14677707. OLE color: 14677707.

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

Color convert

RGB203246223-
CMYK0.1700.090.04
HSL147.91º70.49%88.04%-
HSV(B)147.91º17.48%96.47%-
XYZ70.983.9482.28-
YUV230.52123.75108.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.21%
GREEN value IS 246 (96.48% from 255) = 36.61%
BLUE value IS 223 (87.5% from 255) = 33.18%
R=30.21%
G=36.61%
B=33.18%

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
Decimal2032462230.1700.090.04147.9170.4988.04
HexCBF6DF11094944658
Octal313366337210114224106130
Binary11001011111101101101111110001010011001001010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6DF; }

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

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

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

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

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

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

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

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