Html Css Color HEX #DCF2E6 White Ice

📋 copy color: '#DCF2E6'

red 220 ◦ green 242 ◦ blue 230

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

Shades of White Ice #DCF2E6

Tints of White Ice #DCF2E6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.97%

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

R = 31.79%
G = 34.97%
B = 33.24%

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

#DCF2E6 (or 0xDCF2E6) is known color: White Ice. HEX triplet: DC, F2 and E6. RGB value is (220,242,230). Sum of RGB (Red+Green+Blue) = 220+242+230=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2E6 is #230D19. Grayscale: #EAEAEA. Windows color (decimal): -2297114 or 15135452. OLE color: 15135452.

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

Color convert

RGB 220 242 230 -
CMYK 0.09 0 0.05 0.05
HSL 147.27º 0.46% 0.91% -
HSV(B) 147.27º 0.09% 0.95% -
XYZ 75.55 84.43 87.18 -
YUV 234.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 220 242 230 0.09 0 0.05 0.05 147.27 0.46 0.91
Hex DC F2 E6 9 0 5 5 93 2E 5B
Octal 334 362 346 11 0 5 5 223 56 133
Binary 11011100 11110010 11100110 1001 0 101 101 10010011 101110 1011011

Color Harmonies of #DCF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2E6

Black with #DCF2E6

Text Example


Text Example

White with #DCF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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