Html Css Color HEX #DCF1E6 White Ice

📋 copy color: '#DCF1E6'

red 220 ◦ green 241 ◦ blue 230

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

Shades of White Ice #DCF1E6

Tints of White Ice #DCF1E6

RGB

 RED value IS 220 (86.33% from 255) = 31.84%

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

 BLUE value IS 230 (90.23% from 255) = 33.29%

R = 31.84%
G = 34.88%
B = 33.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#DCF1E6 (or 0xDCF1E6) is known color: White Ice. HEX triplet: DC, F1 and E6. RGB value is (220,241,230). Sum of RGB (Red+Green+Blue) = 220+241+230=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 241 (94.53% from 255 or 34.88% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1E6 is #230E19. Grayscale: #E9E9E9. Windows color (decimal): -2297370 or 15135196. OLE color: 15135196.

HSL color Cylindrical-coordinate representation of color #DCF1E6: hue angle of 148.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF1E6 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 230 -
CMYK 0.09 0 0.05 0.05
HSL 148.57º 0.43% 0.9% -
HSV(B) 148.57º 0.09% 0.95% -
XYZ 75.25 83.84 87.08 -
YUV 233.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 220 241 230 0.09 0 0.05 0.05 148.57 0.43 0.9
Hex DC F1 E6 9 0 5 5 95 2B 5A
Octal 334 361 346 11 0 5 5 225 53 132
Binary 11011100 11110001 11100110 1001 0 101 101 10010101 101011 1011010

Color Harmonies of #DCF1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1E6

Black with #DCF1E6

Text Example


Text Example

White with #DCF1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF1E6; }

 p { color: rgb(220,241,230); }

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

background-color css

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

 a { background-color: rgb(220,241,230); }

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

border-color css

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

 span { border-color: rgb(220,241,230); }

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