Html Css Color HEX #CCF9DC White Ice

📋 copy color: '#CCF9DC'

red 204 ◦ green 249 ◦ blue 220

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

Shades of White Ice #CCF9DC

Tints of White Ice #CCF9DC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37%

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

R = 30.31%
G = 37%
B = 32.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#CCF9DC (or 0xCCF9DC) is known color: White Ice. HEX triplet: CC, F9 and DC. RGB value is (204,249,220). Sum of RGB (Red+Green+Blue) = 204+249+220=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9DC is #330623. Grayscale: #E8E8E8. Windows color (decimal): -3343908 or 14481868. OLE color: 14481868.

HSL color Cylindrical-coordinate representation of color #CCF9DC: hue angle of 141.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9DC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 220 -
CMYK 0.18 0 0.12 0.02
HSL 141.33º 0.79% 0.89% -
HSV(B) 141.33º 0.18% 0.98% -
XYZ 71.7 85.76 80.48 -
YUV 232.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 204 249 220 0.18 0 0.12 0.02 141.33 0.79 0.89
Hex CC F9 DC 12 0 C 2 8D 4F 59
Octal 314 371 334 22 0 14 2 215 117 131
Binary 11001100 11111001 11011100 10010 0 1100 10 10001101 1001111 1011001

Color Harmonies of #CCF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF9DC

Black with #CCF9DC

Text Example


Text Example

White with #CCF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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