Html Css Color HEX #DCEFE7 White Ice

📋 copy color: '#DCEFE7'

red 220 ◦ green 239 ◦ blue 231

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

Shades of White Ice #DCEFE7

Tints of White Ice #DCEFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.48%

R = 31.88%
G = 34.64%
B = 33.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#DCEFE7 (or 0xDCEFE7) is known color: White Ice. HEX triplet: DC, EF and E7. RGB value is (220,239,231). Sum of RGB (Red+Green+Blue) = 220+239+231=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFE7 is #231018. Grayscale: #E8E8E8. Windows color (decimal): -2297881 or 15200220. OLE color: 15200220.

HSL color Cylindrical-coordinate representation of color #DCEFE7: hue angle of 154.74º 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 #DCEFE7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 231 -
CMYK 0.08 0 0.03 0.06
HSL 154.74º 0.37% 0.9% -
HSV(B) 154.74º 0.08% 0.94% -
XYZ 74.81 82.72 87.62 -
YUV 232.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 220 239 231 0.08 0 0.03 0.06 154.74 0.37 0.9
Hex DC EF E7 8 0 3 6 9B 25 5A
Octal 334 357 347 10 0 3 6 233 45 132
Binary 11011100 11101111 11100111 1000 0 11 110 10011011 100101 1011010

Color Harmonies of #DCEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFE7

Black with #DCEFE7

Text Example


Text Example

White with #DCEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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