Html Css Color HEX #DAE8E5 Tranquil

📋 copy color: '#DAE8E5'

red 218 ◦ green 232 ◦ blue 229

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

Shades of Tranquil #DAE8E5

Tints of Tranquil #DAE8E5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.17%

 BLUE value IS 229 (89.84% from 255) = 33.73%

R = 32.11%
G = 34.17%
B = 33.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#DAE8E5 (or 0xDAE8E5) is known color: Tranquil. HEX triplet: DA, E8 and E5. RGB value is (218,232,229). Sum of RGB (Red+Green+Blue) = 218+232+229=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8E5 is #25171A. Grayscale: #E3E3E3. Windows color (decimal): -2430747 or 15067354. OLE color: 15067354.

HSL color Cylindrical-coordinate representation of color #DAE8E5: hue angle of 167.14º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE8E5 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 229 -
CMYK 0.06 0 0.01 0.09
HSL 167.14º 0.23% 0.88% -
HSV(B) 167.14º 0.06% 0.91% -
XYZ 71.91 78.28 85.45 -
YUV 227.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 218 232 229 0.06 0 0.01 0.09 167.14 0.23 0.88
Hex DA E8 E5 6 0 1 9 A7 17 58
Octal 332 350 345 6 0 1 11 247 27 130
Binary 11011010 11101000 11100101 110 0 1 1001 10100111 10111 1011000

Color Harmonies of #DAE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE8E5

Black with #DAE8E5

Text Example


Text Example

White with #DAE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE8E5; }

 p { color: rgb(218,232,229); }

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

background-color css

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

 a { background-color: rgb(218,232,229); }

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

border-color css

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

 span { border-color: rgb(218,232,229); }

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