Html Css Color HEX #DAE0E5 Pattens Blue

📋 copy color: '#DAE0E5'

red 218 ◦ green 224 ◦ blue 229

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

Shades of Pattens Blue #DAE0E5

Tints of Pattens Blue #DAE0E5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.38%

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

R = 32.49%
G = 33.38%
B = 34.13%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DAE0E5 (or 0xDAE0E5) is known color: Pattens Blue. HEX triplet: DA, E0 and E5. RGB value is (218,224,229). Sum of RGB (Red+Green+Blue) = 218+224+229=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0E5 is #251F1A. Grayscale: #DEDEDE. Windows color (decimal): -2432795 or 15065306. OLE color: 15065306.

HSL color Cylindrical-coordinate representation of color #DAE0E5: hue angle of 207.27º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE0E5 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 224 229 -
CMYK 0.05 0.02 0 0.10
HSL 207.27º 0.17% 0.88% -
HSV(B) 207.27º 0.05% 0.9% -
XYZ 69.71 73.87 84.71 -
YUV 222.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 218 224 229 0.05 0.02 0 0.10 207.27 0.17 0.88
Hex DA E0 E5 5 2 0 A CF 11 58
Octal 332 340 345 5 2 0 12 317 21 130
Binary 11011010 11100000 11100101 101 10 0 1010 11001111 10001 1011000

Color Harmonies of #DAE0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE0E5

Black with #DAE0E5

Text Example


Text Example

White with #DAE0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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