#CBF8DF

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

Shades of White Ice #CBF8DF

Tints of White Ice #CBF8DF

Color information

#CBF8DF (or 0xCBF8DF) is unknown color: approx White Ice. HEX triplet: CB, F8 and DF. RGB value is (203,248,223). Sum of RGB (Red+Green+Blue) = 203+248+223=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8DF is #340720. Grayscale: #E7E7E7. Windows color (decimal): -3409697 or 14678219. OLE color: 14678219.

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

Color convert

RGB203248223-
CMYK0.1800.100.03
HSL146.67º76.27%88.43%-
HSV(B)146.67º18.15%97.25%-
XYZ71.5285.1682.48-
YUV231.7123.09107.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.12%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=30.12%
G=36.80%
B=33.09%

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
Decimal2032482230.1800.100.03146.6776.2788.43
HexCBF8DF120A3934c58
Octal313370337220123223114130
Binary1100101111111000110111111001001010111001001110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8DF; }

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

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

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

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

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

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

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

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