Html Css Color HEX #DAE5EA Pattens Blue

📋 copy color: '#DAE5EA'

red 218 ◦ green 229 ◦ blue 234

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

Shades of Pattens Blue #DAE5EA

Tints of Pattens Blue #DAE5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.63%

 BLUE value IS 234 (91.8% from 255) = 34.36%

R = 32.01%
G = 33.63%
B = 34.36%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAE5EA (or 0xDAE5EA) is known color: Pattens Blue. HEX triplet: DA, E5 and EA. RGB value is (218,229,234). Sum of RGB (Red+Green+Blue) = 218+229+234=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5EA is #251A15. Grayscale: #E2E2E2. Windows color (decimal): -2431510 or 15394266. OLE color: 15394266.

HSL color Cylindrical-coordinate representation of color #DAE5EA: hue angle of 198.75º degrees, saturation: 0.28, 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 #DAE5EA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 229 234 -
CMYK 0.07 0.02 0 0.08
HSL 198.75º 0.28% 0.89% -
HSV(B) 198.75º 0.07% 0.92% -
XYZ 71.78 76.88 88.9 -
YUV 226.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 218 229 234 0.07 0.02 0 0.08 198.75 0.28 0.89
Hex DA E5 EA 7 2 0 8 C7 1C 59
Octal 332 345 352 7 2 0 10 307 34 131
Binary 11011010 11100101 11101010 111 10 0 1000 11000111 11100 1011001

Color Harmonies of #DAE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5EA

Black with #DAE5EA

Text Example


Text Example

White with #DAE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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