Html Css Color HEX #DCEBE4 White Ice

📋 copy color: '#DCEBE4'

red 220 ◦ green 235 ◦ blue 228

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

Shades of White Ice #DCEBE4

Tints of White Ice #DCEBE4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.41%

 BLUE value IS 228 (89.45% from 255) = 33.38%

R = 32.21%
G = 34.41%
B = 33.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#DCEBE4 (or 0xDCEBE4) is known color: White Ice. HEX triplet: DC, EB and E4. RGB value is (220,235,228). Sum of RGB (Red+Green+Blue) = 220+235+228=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBE4 is #23141B. Grayscale: #E5E5E5. Windows color (decimal): -2298908 or 15002588. OLE color: 15002588.

HSL color Cylindrical-coordinate representation of color #DCEBE4: hue angle of 152º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBE4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 228 -
CMYK 0.06 0 0.03 0.08
HSL 152º 0.27% 0.89% -
HSV(B) 152º 0.06% 0.92% -
XYZ 73.23 80.23 85.03 -
YUV 229.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 220 235 228 0.06 0 0.03 0.08 152 0.27 0.89
Hex DC EB E4 6 0 3 8 98 1B 59
Octal 334 353 344 6 0 3 10 230 33 131
Binary 11011100 11101011 11100100 110 0 11 1000 10011000 11011 1011001

Color Harmonies of #DCEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEBE4

Black with #DCEBE4

Text Example


Text Example

White with #DCEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEBE4; }

 p { color: rgb(220,235,228); }

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

background-color css

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

 a { background-color: rgb(220,235,228); }

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

border-color css

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

 span { border-color: rgb(220,235,228); }

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