Html Css Color HEX #CCF9DF White Ice

📋 copy color: '#CCF9DF'

red 204 ◦ green 249 ◦ blue 223

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

Shades of White Ice #CCF9DF

Tints of White Ice #CCF9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.99%

R = 30.18%
G = 36.83%
B = 32.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#CCF9DF (or 0xCCF9DF) is known color: White Ice. HEX triplet: CC, F9 and DF. RGB value is (204,249,223). Sum of RGB (Red+Green+Blue) = 204+249+223=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9DF is #330620. Grayscale: #E8E8E8. Windows color (decimal): -3343905 or 14678476. OLE color: 14678476.

HSL color Cylindrical-coordinate representation of color #CCF9DF: hue angle of 145.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 #CCF9DF is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 223 -
CMYK 0.18 0 0.10 0.02
HSL 145.33º 0.79% 0.89% -
HSV(B) 145.33º 0.18% 0.98% -
XYZ 72.1 85.92 82.6 -
YUV 232.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 204 249 223 0.18 0 0.10 0.02 145.33 0.79 0.89
Hex CC F9 DF 12 0 A 2 91 4F 59
Octal 314 371 337 22 0 12 2 221 117 131
Binary 11001100 11111001 11011111 10010 0 1010 10 10010001 1001111 1011001

Color Harmonies of #CCF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF9DF

Black with #CCF9DF

Text Example


Text Example

White with #CCF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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