Html Css Color HEX #DAE5EF Pattens Blue

📋 copy color: '#DAE5EF'

red 218 ◦ green 229 ◦ blue 239

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

Shades of Pattens Blue #DAE5EF

Tints of Pattens Blue #DAE5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.84%

R = 31.78%
G = 33.38%
B = 34.84%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAE5EF (or 0xDAE5EF) is known color: Pattens Blue. HEX triplet: DA, E5 and EF. RGB value is (218,229,239). Sum of RGB (Red+Green+Blue) = 218+229+239=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5EF is #251A10. Grayscale: #E2E2E2. Windows color (decimal): -2431505 or 15721946. OLE color: 15721946.

HSL color Cylindrical-coordinate representation of color #DAE5EF: hue angle of 208.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE5EF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 229 239 -
CMYK 0.09 0.04 0 0.06
HSL 208.57º 0.4% 0.9% -
HSV(B) 208.57º 0.09% 0.94% -
XYZ 72.51 77.18 92.74 -
YUV 226.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 218 229 239 0.09 0.04 0 0.06 208.57 0.4 0.9
Hex DA E5 EF 9 4 0 6 D1 28 5A
Octal 332 345 357 11 4 0 6 321 50 132
Binary 11011010 11100101 11101111 1001 100 0 110 11010001 101000 1011010

Color Harmonies of #DAE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5EF

Black with #DAE5EF

Text Example


Text Example

White with #DAE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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