Html Css Color HEX #CCF3DC White Ice

📋 copy color: '#CCF3DC'

red 204 ◦ green 243 ◦ blue 220

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

Shades of White Ice #CCF3DC

Tints of White Ice #CCF3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.43%

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

R = 30.58%
G = 36.43%
B = 32.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#CCF3DC (or 0xCCF3DC) is known color: White Ice. HEX triplet: CC, F3 and DC. RGB value is (204,243,220). Sum of RGB (Red+Green+Blue) = 204+243+220=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3DC is #330C23. Grayscale: #E4E4E4. Windows color (decimal): -3345444 or 14480332. OLE color: 14480332.

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

Color convert

RGB 204 243 220 -
CMYK 0.16 0 0.09 0.05
HSL 144.62º 0.62% 0.88% -
HSV(B) 144.62º 0.16% 0.95% -
XYZ 69.87 82.11 79.88 -
YUV 228.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 204 243 220 0.16 0 0.09 0.05 144.62 0.62 0.88
Hex CC F3 DC 10 0 9 5 91 3E 58
Octal 314 363 334 20 0 11 5 221 76 130
Binary 11001100 11110011 11011100 10000 0 1001 101 10010001 111110 1011000

Color Harmonies of #CCF3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF3DC

Black with #CCF3DC

Text Example


Text Example

White with #CCF3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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