Html Css Color HEX #DAE5EC Pattens Blue

📋 copy color: '#DAE5EC'

red 218 ◦ green 229 ◦ blue 236

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

Shades of Pattens Blue #DAE5EC

Tints of Pattens Blue #DAE5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 31.92%
G = 33.53%
B = 34.55%

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

#DAE5EC (or 0xDAE5EC) is known color: Pattens Blue. HEX triplet: DA, E5 and EC. RGB value is (218,229,236). Sum of RGB (Red+Green+Blue) = 218+229+236=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5EC is #251A13. Grayscale: #E2E2E2. Windows color (decimal): -2431508 or 15525338. OLE color: 15525338.

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

Color convert

RGB 218 229 236 -
CMYK 0.08 0.03 0 0.07
HSL 203.33º 0.32% 0.89% -
HSV(B) 203.33º 0.08% 0.93% -
XYZ 72.07 77 90.42 -
YUV 226.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 218 229 236 0.08 0.03 0 0.07 203.33 0.32 0.89
Hex DA E5 EC 8 3 0 7 CB 20 59
Octal 332 345 354 10 3 0 7 313 40 131
Binary 11011010 11100101 11101100 1000 11 0 111 11001011 100000 1011001

Color Harmonies of #DAE5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5EC

Black with #DAE5EC

Text Example


Text Example

White with #DAE5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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