Html Css Color HEX #CCF5DC White Ice

📋 copy color: '#CCF5DC'

red 204 ◦ green 245 ◦ blue 220

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

Shades of White Ice #CCF5DC

Tints of White Ice #CCF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.62%

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

R = 30.49%
G = 36.62%
B = 32.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#CCF5DC (or 0xCCF5DC) is known color: White Ice. HEX triplet: CC, F5 and DC. RGB value is (204,245,220). Sum of RGB (Red+Green+Blue) = 204+245+220=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5DC is #330A23. Grayscale: #E5E5E5. Windows color (decimal): -3344932 or 14480844. OLE color: 14480844.

HSL color Cylindrical-coordinate representation of color #CCF5DC: hue angle of 143.41º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5DC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 220 -
CMYK 0.17 0 0.10 0.04
HSL 143.41º 0.67% 0.88% -
HSV(B) 143.41º 0.17% 0.96% -
XYZ 70.47 83.31 80.08 -
YUV 229.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 204 245 220 0.17 0 0.10 0.04 143.41 0.67 0.88
Hex CC F5 DC 11 0 A 4 8F 43 58
Octal 314 365 334 21 0 12 4 217 103 130
Binary 11001100 11110101 11011100 10001 0 1010 100 10001111 1000011 1011000

Color Harmonies of #CCF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF5DC

Black with #CCF5DC

Text Example


Text Example

White with #CCF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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