Html Css Color HEX #DAE5EB Pattens Blue

📋 copy color: '#DAE5EB'

red 218 ◦ green 229 ◦ blue 235

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

Shades of Pattens Blue #DAE5EB

Tints of Pattens Blue #DAE5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.46%

R = 31.96%
G = 33.58%
B = 34.46%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAE5EB (or 0xDAE5EB) is known color: Pattens Blue. HEX triplet: DA, E5 and EB. RGB value is (218,229,235). Sum of RGB (Red+Green+Blue) = 218+229+235=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5EB is #251A14. Grayscale: #E2E2E2. Windows color (decimal): -2431509 or 15459802. OLE color: 15459802.

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

Color convert

RGB 218 229 235 -
CMYK 0.07 0.03 0 0.08
HSL 201.18º 0.3% 0.89% -
HSV(B) 201.18º 0.07% 0.92% -
XYZ 71.93 76.94 89.66 -
YUV 226.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 218 229 235 0.07 0.03 0 0.08 201.18 0.3 0.89
Hex DA E5 EB 7 3 0 8 C9 1E 59
Octal 332 345 353 7 3 0 10 311 36 131
Binary 11011010 11100101 11101011 111 11 0 1000 11001001 11110 1011001

Color Harmonies of #DAE5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5EB

Black with #DAE5EB

Text Example


Text Example

White with #DAE5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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