Html Css Color HEX #CCF8E0 White Ice

📋 copy color: '#CCF8E0'

red 204 ◦ green 248 ◦ blue 224

#CCF8E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #CCF8E0

Tints of White Ice #CCF8E0

RGB

 RED value IS 204 (80.08% from 255) = 30.18%

 GREEN value IS 248 (97.27% from 255) = 36.69%

 BLUE value IS 224 (87.89% from 255) = 33.14%

R = 30.18%
G = 36.69%
B = 33.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#CCF8E0 (or 0xCCF8E0) is known color: White Ice. HEX triplet: CC, F8 and E0. RGB value is (204,248,224). Sum of RGB (Red+Green+Blue) = 204+248+224=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8E0 is #33071F. Grayscale: #E8E8E8. Windows color (decimal): -3344160 or 14743756. OLE color: 14743756.

HSL color Cylindrical-coordinate representation of color #CCF8E0: hue angle of 147.27º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8E0 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 224 -
CMYK 0.18 0 0.10 0.03
HSL 147.27º 0.76% 0.89% -
HSV(B) 147.27º 0.18% 0.97% -
XYZ 71.92 85.35 83.21 -
YUV 232.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 204 248 224 0.18 0 0.10 0.03 147.27 0.76 0.89
Hex CC F8 E0 12 0 A 3 93 4C 59
Octal 314 370 340 22 0 12 3 223 114 131
Binary 11001100 11111000 11100000 10010 0 1010 11 10010011 1001100 1011001

Color Harmonies of #CCF8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8E0

Black with #CCF8E0

Text Example


Text Example

White with #CCF8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8E0; }

 p { color: rgb(204,248,224); }

 H1.HeaderClassName
 {
   color: #CCF8E0;
 }
 .AnyTagClassName
 {
   color: #CCF8E0;
 }
</style>

background-color css

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

 a { background-color: rgb(204,248,224); }

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

border-color css

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

 span { border-color: rgb(204,248,224); }

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