#CBFFE0

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

Shades of White Ice #CBFFE0

Tints of White Ice #CBFFE0

Color information

#CBFFE0 (or 0xCBFFE0) is unknown color: approx White Ice. HEX triplet: CB, FF and E0. RGB value is (203,255,224). Sum of RGB (Red+Green+Blue) = 203+255+224=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFE0 is #34001F. Grayscale: #EBEBEB. Windows color (decimal): -3407904 or 14745547. OLE color: 14745547.

HSL color Cylindrical-coordinate representation of color #CBFFE0: hue angle of 144.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFFE0 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB203255224-
CMYK0.2000.120
HSL144.23º100%89.8%-
HSV(B)144.23º20.39%100%-
XYZ73.8489.683.92-
YUV235.92121.27104.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.77%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 224 (87.89% from 255) = 32.84%
R=29.77%
G=37.39%
B=32.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552240.2000.120144.2310089.8
HexCBFFE0140C090645a
Octal313377340240140220144132
Binary110010111111111111100000101000110001001000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFE0; }

 p { color: rgb(203,255,224); }

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

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

 a { background-color: rgb(203,255,224); }

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

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

 span { border-color: rgb(203,255,224); }

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