Html Css Color HEX #CCF1DC White Ice

📋 copy color: '#CCF1DC'

red 204 ◦ green 241 ◦ blue 220

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

Shades of White Ice #CCF1DC

Tints of White Ice #CCF1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.24%

 BLUE value IS 220 (86.33% from 255) = 33.08%

R = 30.68%
G = 36.24%
B = 33.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#CCF1DC (or 0xCCF1DC) is known color: White Ice. HEX triplet: CC, F1 and DC. RGB value is (204,241,220). Sum of RGB (Red+Green+Blue) = 204+241+220=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1DC is #330E23. Grayscale: #E3E3E3. Windows color (decimal): -3345956 or 14479820. OLE color: 14479820.

HSL color Cylindrical-coordinate representation of color #CCF1DC: hue angle of 145.95º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1DC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 220 -
CMYK 0.15 0 0.09 0.05
HSL 145.95º 0.57% 0.87% -
HSV(B) 145.95º 0.15% 0.95% -
XYZ 69.28 80.92 79.68 -
YUV 227.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 204 241 220 0.15 0 0.09 0.05 145.95 0.57 0.87
Hex CC F1 DC F 0 9 5 92 39 57
Octal 314 361 334 17 0 11 5 222 71 127
Binary 11001100 11110001 11011100 1111 0 1001 101 10010010 111001 1010111

Color Harmonies of #CCF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1DC

Black with #CCF1DC

Text Example


Text Example

White with #CCF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1DC; }

 p { color: rgb(204,241,220); }

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

background-color css

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

 a { background-color: rgb(204,241,220); }

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

border-color css

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

 span { border-color: rgb(204,241,220); }

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