Html Css Color HEX #CCF1DF White Ice

📋 copy color: '#CCF1DF'

red 204 ◦ green 241 ◦ blue 223

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

Shades of White Ice #CCF1DF

Tints of White Ice #CCF1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

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

R = 30.54%
G = 36.08%
B = 33.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#CCF1DF (or 0xCCF1DF) is known color: White Ice. HEX triplet: CC, F1 and DF. RGB value is (204,241,223). Sum of RGB (Red+Green+Blue) = 204+241+223=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1DF is #330E20. Grayscale: #E3E3E3. Windows color (decimal): -3345953 or 14676428. OLE color: 14676428.

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

Color convert

RGB 204 241 223 -
CMYK 0.15 0 0.07 0.05
HSL 150.81º 0.57% 0.87% -
HSV(B) 150.81º 0.15% 0.95% -
XYZ 69.68 81.08 81.79 -
YUV 227.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 204 241 223 0.15 0 0.07 0.05 150.81 0.57 0.87
Hex CC F1 DF F 0 7 5 97 39 57
Octal 314 361 337 17 0 7 5 227 71 127
Binary 11001100 11110001 11011111 1111 0 111 101 10010111 111001 1010111

Color Harmonies of #CCF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1DF

Black with #CCF1DF

Text Example


Text Example

White with #CCF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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