Html Css Color HEX #DDEBE3 White Ice

📋 copy color: '#DDEBE3'

red 221 ◦ green 235 ◦ blue 227

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

Shades of White Ice #DDEBE3

Tints of White Ice #DDEBE3

RGB

 RED value IS 221 (86.72% from 255) = 32.36%

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

 BLUE value IS 227 (89.06% from 255) = 33.24%

R = 32.36%
G = 34.41%
B = 33.24%

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

#DDEBE3 (or 0xDDEBE3) is known color: White Ice. HEX triplet: DD, EB and E3. RGB value is (221,235,227). Sum of RGB (Red+Green+Blue) = 221+235+227=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBE3 is #22141C. Grayscale: #E5E5E5. Windows color (decimal): -2233373 or 14937053. OLE color: 14937053.

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

Color convert

RGB 221 235 227 -
CMYK 0.06 0 0.03 0.08
HSL 145.71º 0.26% 0.89% -
HSV(B) 145.71º 0.06% 0.92% -
XYZ 73.39 80.33 84.31 -
YUV 229.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 221 235 227 0.06 0 0.03 0.08 145.71 0.26 0.89
Hex DD EB E3 6 0 3 8 92 1A 59
Octal 335 353 343 6 0 3 10 222 32 131
Binary 11011101 11101011 11100011 110 0 11 1000 10010010 11010 1011001

Color Harmonies of #DDEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBE3

Black with #DDEBE3

Text Example


Text Example

White with #DDEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBE3; }

 p { color: rgb(221,235,227); }

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

background-color css

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

 a { background-color: rgb(221,235,227); }

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

border-color css

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

 span { border-color: rgb(221,235,227); }

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