Html Css Color HEX #CCFADF White Ice

📋 copy color: '#CCFADF'

red 204 ◦ green 250 ◦ blue 223

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

Shades of White Ice #CCFADF

Tints of White Ice #CCFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.93%

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

R = 30.13%
G = 36.93%
B = 32.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#CCFADF (or 0xCCFADF) is known color: White Ice. HEX triplet: CC, FA and DF. RGB value is (204,250,223). Sum of RGB (Red+Green+Blue) = 204+250+223=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFADF is #330520. Grayscale: #E9E9E9. Windows color (decimal): -3343649 or 14678732. OLE color: 14678732.

HSL color Cylindrical-coordinate representation of color #CCFADF: hue angle of 144.78º degrees, saturation: 0.82, 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 #CCFADF is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 223 -
CMYK 0.18 0 0.11 0.02
HSL 144.78º 0.82% 0.89% -
HSV(B) 144.78º 0.18% 0.98% -
XYZ 72.41 86.54 82.7 -
YUV 233.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 204 250 223 0.18 0 0.11 0.02 144.78 0.82 0.89
Hex CC FA DF 12 0 B 2 91 52 59
Octal 314 372 337 22 0 13 2 221 122 131
Binary 11001100 11111010 11011111 10010 0 1011 10 10010001 1010010 1011001

Color Harmonies of #CCFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFADF

Black with #CCFADF

Text Example


Text Example

White with #CCFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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