Html Css Color HEX #CCFDDF White Ice

📋 copy color: '#CCFDDF'

red 204 ◦ green 253 ◦ blue 223

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

Shades of White Ice #CCFDDF

Tints of White Ice #CCFDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.21%

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

R = 30%
G = 37.21%
B = 32.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#CCFDDF (or 0xCCFDDF) is known color: White Ice. HEX triplet: CC, FD and DF. RGB value is (204,253,223). Sum of RGB (Red+Green+Blue) = 204+253+223=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDDF is #330220. Grayscale: #EAEAEA. Windows color (decimal): -3342881 or 14679500. OLE color: 14679500.

HSL color Cylindrical-coordinate representation of color #CCFDDF: hue angle of 143.27º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDDF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 223 -
CMYK 0.19 0 0.12 0.01
HSL 143.27º 0.92% 0.9% -
HSV(B) 143.27º 0.19% 0.99% -
XYZ 73.35 88.42 83.01 -
YUV 234.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 204 253 223 0.19 0 0.12 0.01 143.27 0.92 0.9
Hex CC FD DF 13 0 C 1 8F 5C 5A
Octal 314 375 337 23 0 14 1 217 134 132
Binary 11001100 11111101 11011111 10011 0 1100 1 10001111 1011100 1011010

Color Harmonies of #CCFDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDDF

Black with #CCFDDF

Text Example


Text Example

White with #CCFDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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