#CBFBE1

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

Shades of White Ice #CBFBE1

Tints of White Ice #CBFBE1

Color information

#CBFBE1 (or 0xCBFBE1) is unknown color: approx White Ice. HEX triplet: CB, FB and E1. RGB value is (203,251,225). Sum of RGB (Red+Green+Blue) = 203+251+225=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBE1 is #34041E. Grayscale: #E9E9E9. Windows color (decimal): -3408927 or 14810059. OLE color: 14810059.

HSL color Cylindrical-coordinate representation of color #CBFBE1: hue angle of 147.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFBE1 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB203251225-
CMYK0.1900.100.02
HSL147.5º85.71%89.02%-
HSV(B)147.5º19.12%98.43%-
XYZ72.7287.1384.22-
YUV233.68123.1106.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.90%
GREEN value IS 251 (98.44% from 255) = 36.97%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=29.90%
G=36.97%
B=33.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032512250.1900.100.02147.585.7189.02
HexCBFBE1130A2945659
Octal313373341230122224126131
Binary1100101111111011111000011001101010101001010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBE1; }

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

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

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

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

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

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

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

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