Html Css Color HEX #CCF9DD White Ice

📋 copy color: '#CCF9DD'

red 204 ◦ green 249 ◦ blue 221

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

Shades of White Ice #CCF9DD

Tints of White Ice #CCF9DD

RGB

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

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

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

R = 30.27%
G = 36.94%
B = 32.79%

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

#CCF9DD (or 0xCCF9DD) is known color: White Ice. HEX triplet: CC, F9 and DD. RGB value is (204,249,221). Sum of RGB (Red+Green+Blue) = 204+249+221=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9DD is #330622. Grayscale: #E8E8E8. Windows color (decimal): -3343907 or 14547404. OLE color: 14547404.

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

Color convert

RGB 204 249 221 -
CMYK 0.18 0 0.11 0.02
HSL 142.67º 0.79% 0.89% -
HSV(B) 142.67º 0.18% 0.98% -
XYZ 71.83 85.81 81.18 -
YUV 232.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 204 249 221 0.18 0 0.11 0.02 142.67 0.79 0.89
Hex CC F9 DD 12 0 B 2 8F 4F 59
Octal 314 371 335 22 0 13 2 217 117 131
Binary 11001100 11111001 11011101 10010 0 1011 10 10001111 1001111 1011001

Color Harmonies of #CCF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF9DD

Black with #CCF9DD

Text Example


Text Example

White with #CCF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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