Html Css Color HEX #DCEFE6 White Ice

📋 copy color: '#DCEFE6'

red 220 ◦ green 239 ◦ blue 230

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

Shades of White Ice #DCEFE6

Tints of White Ice #DCEFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.69%

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

R = 31.93%
G = 34.69%
B = 33.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#DCEFE6 (or 0xDCEFE6) is known color: White Ice. HEX triplet: DC, EF and E6. RGB value is (220,239,230). Sum of RGB (Red+Green+Blue) = 220+239+230=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFE6 is #231019. Grayscale: #E8E8E8. Windows color (decimal): -2297882 or 15134684. OLE color: 15134684.

HSL color Cylindrical-coordinate representation of color #DCEFE6: hue angle of 151.58º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFE6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 230 -
CMYK 0.08 0 0.04 0.06
HSL 151.58º 0.37% 0.9% -
HSV(B) 151.58º 0.08% 0.94% -
XYZ 74.66 82.66 86.88 -
YUV 232.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 220 239 230 0.08 0 0.04 0.06 151.58 0.37 0.9
Hex DC EF E6 8 0 4 6 98 25 5A
Octal 334 357 346 10 0 4 6 230 45 132
Binary 11011100 11101111 11100110 1000 0 100 110 10011000 100101 1011010

Color Harmonies of #DCEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFE6

Black with #DCEFE6

Text Example


Text Example

White with #DCEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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