#CCFBE1

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

Shades of White Ice #CCFBE1

Tints of White Ice #CCFBE1

Color information

#CCFBE1 (or 0xCCFBE1) is unknown color: approx White Ice. HEX triplet: CC, FB and E1. RGB value is (204,251,225). Sum of RGB (Red+Green+Blue) = 204+251+225=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBE1 is #33041E. Grayscale: #EAEAEA. Windows color (decimal): -3343391 or 14810060. OLE color: 14810060.

HSL color Cylindrical-coordinate representation of color #CCFBE1: hue angle of 146.81º degrees, saturation: 0.85, 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 #CCFBE1 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB204251225-
CMYK0.1900.100.02
HSL146.81º85.45%89.22%-
HSV(B)146.81º18.73%98.43%-
XYZ72.9987.2784.23-
YUV233.98122.93106.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 225 (88.28% from 255) = 33.09%
R=30%
G=36.91%
B=33.09%

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
Decimal2042512250.1900.100.02146.8185.4589.22
HexCCFBE1130A2935559
Octal314373341230122223125131
Binary1100110011111011111000011001101010101001001110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBE1; }

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

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

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

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

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

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

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

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