Html Css Color HEX #CCFADD White Ice

📋 copy color: '#CCFADD'

red 204 ◦ green 250 ◦ blue 221

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

Shades of White Ice #CCFADD

Tints of White Ice #CCFADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.74%

R = 30.22%
G = 37.04%
B = 32.74%

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

#CCFADD (or 0xCCFADD) is known color: White Ice. HEX triplet: CC, FA and DD. RGB value is (204,250,221). Sum of RGB (Red+Green+Blue) = 204+250+221=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFADD is #330522. Grayscale: #E9E9E9. Windows color (decimal): -3343651 or 14547660. OLE color: 14547660.

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

Color convert

RGB 204 250 221 -
CMYK 0.18 0 0.12 0.02
HSL 142.17º 0.82% 0.89% -
HSV(B) 142.17º 0.18% 0.98% -
XYZ 72.14 86.43 81.29 -
YUV 232.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 204 250 221 0.18 0 0.12 0.02 142.17 0.82 0.89
Hex CC FA DD 12 0 C 2 8E 52 59
Octal 314 372 335 22 0 14 2 216 122 131
Binary 11001100 11111010 11011101 10010 0 1100 10 10001110 1010010 1011001

Color Harmonies of #CCFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFADD

Black with #CCFADD

Text Example


Text Example

White with #CCFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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