Html Css Color HEX #DAEBE3 White Ice

📋 copy color: '#DAEBE3'

red 218 ◦ green 235 ◦ blue 227

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

Shades of White Ice #DAEBE3

Tints of White Ice #DAEBE3

RGB

 RED value IS 218 (85.55% from 255) = 32.06%

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

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

R = 32.06%
G = 34.56%
B = 33.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#DAEBE3 (or 0xDAEBE3) is known color: White Ice. HEX triplet: DA, EB and E3. RGB value is (218,235,227). Sum of RGB (Red+Green+Blue) = 218+235+227=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBE3 is #25141C. Grayscale: #E5E5E5. Windows color (decimal): -2429981 or 14937050. OLE color: 14937050.

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

Color convert

RGB 218 235 227 -
CMYK 0.07 0 0.03 0.08
HSL 151.76º 0.3% 0.89% -
HSV(B) 151.76º 0.07% 0.92% -
XYZ 72.49 79.87 84.27 -
YUV 229.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 218 235 227 0.07 0 0.03 0.08 151.76 0.3 0.89
Hex DA EB E3 7 0 3 8 98 1E 59
Octal 332 353 343 7 0 3 10 230 36 131
Binary 11011010 11101011 11100011 111 0 11 1000 10011000 11110 1011001

Color Harmonies of #DAEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBE3

Black with #DAEBE3

Text Example


Text Example

White with #DAEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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