#CBF2DF

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

Shades of White Ice #CBF2DF

Tints of White Ice #CBF2DF

Color information

#CBF2DF (or 0xCBF2DF) is unknown color: approx White Ice. HEX triplet: CB, F2 and DF. RGB value is (203,242,223). Sum of RGB (Red+Green+Blue) = 203+242+223=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2DF is #340D20. Grayscale: #E4E4E4. Windows color (decimal): -3411233 or 14676683. OLE color: 14676683.

HSL color Cylindrical-coordinate representation of color #CBF2DF: hue angle of 150.77º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF2DF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB203242223-
CMYK0.1600.080.05
HSL150.77º60%87.25%-
HSV(B)150.77º16.12%94.9%-
XYZ69.781.5381.88-
YUV228.17125.08110.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.39%
GREEN value IS 242 (94.92% from 255) = 36.23%
BLUE value IS 223 (87.5% from 255) = 33.38%
R=30.39%
G=36.23%
B=33.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032422230.1600.080.05150.776087.25
HexCBF2DF10085973c57
Octal31336233720010522774127
Binary1100101111110010110111111000001000101100101111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2DF; }

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

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

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

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

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

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

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

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