#CCFFE6

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

Shades of White Ice #CCFFE6

Tints of White Ice #CCFFE6

Color information

#CCFFE6 (or 0xCCFFE6) is unknown color: approx White Ice. HEX triplet: CC, FF and E6. RGB value is (204,255,230). Sum of RGB (Red+Green+Blue) = 204+255+230=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFE6 is #330019. Grayscale: #ECECEC. Windows color (decimal): -3342362 or 15138764. OLE color: 15138764.

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

Color convert

RGB204255230-
CMYK0.200.100
HSL150.59º100%90%-
HSV(B)150.59º20%100%-
XYZ74.9490.0788.3-
YUV236.9124.1104.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 230 (90.23% from 255) = 33.38%
R=29.61%
G=37.01%
B=33.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552300.200.100150.5910090
HexCCFFE6140A097645a
Octal314377346240120227144132
Binary110011001111111111100110101000101001001011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFE6; }

 p { color: rgb(204,255,230); }

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

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

 a { background-color: rgb(204,255,230); }

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

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

 span { border-color: rgb(204,255,230); }

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