Html Css Color HEX #CCF0DF White Ice

📋 copy color: '#CCF0DF'

red 204 ◦ green 240 ◦ blue 223

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

Shades of White Ice #CCF0DF

Tints of White Ice #CCF0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.98%

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

R = 30.58%
G = 35.98%
B = 33.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#CCF0DF (or 0xCCF0DF) is known color: White Ice. HEX triplet: CC, F0 and DF. RGB value is (204,240,223). Sum of RGB (Red+Green+Blue) = 204+240+223=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0DF is #330F20. Grayscale: #E3E3E3. Windows color (decimal): -3346209 or 14676172. OLE color: 14676172.

HSL color Cylindrical-coordinate representation of color #CCF0DF: hue angle of 151.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0DF is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 223 -
CMYK 0.15 0 0.07 0.06
HSL 151.67º 0.55% 0.87% -
HSV(B) 151.67º 0.15% 0.94% -
XYZ 69.38 80.49 81.69 -
YUV 227.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 204 240 223 0.15 0 0.07 0.06 151.67 0.55 0.87
Hex CC F0 DF F 0 7 6 98 37 57
Octal 314 360 337 17 0 7 6 230 67 127
Binary 11001100 11110000 11011111 1111 0 111 110 10011000 110111 1010111

Color Harmonies of #CCF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0DF

Black with #CCF0DF

Text Example


Text Example

White with #CCF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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