Html Css Color HEX #DAE1E5 Pattens Blue

📋 copy color: '#DAE1E5'

red 218 ◦ green 225 ◦ blue 229

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

Shades of Pattens Blue #DAE1E5

Tints of Pattens Blue #DAE1E5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.48%

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

R = 32.44%
G = 33.48%
B = 34.08%

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

#DAE1E5 (or 0xDAE1E5) is known color: Pattens Blue. HEX triplet: DA, E1 and E5. RGB value is (218,225,229). Sum of RGB (Red+Green+Blue) = 218+225+229=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAE1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1E5 is #251E1A. Grayscale: #DFDFDF. Windows color (decimal): -2432539 or 15065562. OLE color: 15065562.

HSL color Cylindrical-coordinate representation of color #DAE1E5: hue angle of 201.82º 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 #DAE1E5 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 225 229 -
CMYK 0.05 0.02 0 0.10
HSL 201.82º 0.17% 0.88% -
HSV(B) 201.82º 0.05% 0.9% -
XYZ 69.98 74.41 84.8 -
YUV 223.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 218 225 229 0.05 0.02 0 0.10 201.82 0.17 0.88
Hex DA E1 E5 5 2 0 A CA 11 58
Octal 332 341 345 5 2 0 12 312 21 130
Binary 11011010 11100001 11100101 101 10 0 1010 11001010 10001 1011000

Color Harmonies of #DAE1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE1E5

Black with #DAE1E5

Text Example


Text Example

White with #DAE1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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