Html Css Color HEX #DAE5ED Pattens Blue

📋 copy color: '#DAE5ED'

red 218 ◦ green 229 ◦ blue 237

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

Shades of Pattens Blue #DAE5ED

Tints of Pattens Blue #DAE5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.65%

R = 31.87%
G = 33.48%
B = 34.65%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAE5ED (or 0xDAE5ED) is known color: Pattens Blue. HEX triplet: DA, E5 and ED. RGB value is (218,229,237). Sum of RGB (Red+Green+Blue) = 218+229+237=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5ED is #251A12. Grayscale: #E2E2E2. Windows color (decimal): -2431507 or 15590874. OLE color: 15590874.

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

Color convert

RGB 218 229 237 -
CMYK 0.08 0.03 0 0.07
HSL 205.26º 0.35% 0.89% -
HSV(B) 205.26º 0.08% 0.93% -
XYZ 72.22 77.06 91.19 -
YUV 226.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 218 229 237 0.08 0.03 0 0.07 205.26 0.35 0.89
Hex DA E5 ED 8 3 0 7 CD 23 59
Octal 332 345 355 10 3 0 7 315 43 131
Binary 11011010 11100101 11101101 1000 11 0 111 11001101 100011 1011001

Color Harmonies of #DAE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5ED

Black with #DAE5ED

Text Example


Text Example

White with #DAE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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