Html Css Color HEX #DAE5EE Pattens Blue

📋 copy color: '#DAE5EE'

red 218 ◦ green 229 ◦ blue 238

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

Shades of Pattens Blue #DAE5EE

Tints of Pattens Blue #DAE5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.74%

R = 31.82%
G = 33.43%
B = 34.74%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAE5EE (or 0xDAE5EE) is known color: Pattens Blue. HEX triplet: DA, E5 and EE. RGB value is (218,229,238). Sum of RGB (Red+Green+Blue) = 218+229+238=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5EE is #251A11. Grayscale: #E2E2E2. Windows color (decimal): -2431506 or 15656410. OLE color: 15656410.

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

Color convert

RGB 218 229 238 -
CMYK 0.08 0.04 0 0.07
HSL 207º 0.37% 0.89% -
HSV(B) 207º 0.08% 0.93% -
XYZ 72.37 77.12 91.96 -
YUV 226.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 218 229 238 0.08 0.04 0 0.07 207 0.37 0.89
Hex DA E5 EE 8 4 0 7 CF 25 59
Octal 332 345 356 10 4 0 7 317 45 131
Binary 11011010 11100101 11101110 1000 100 0 111 11001111 100101 1011001

Color Harmonies of #DAE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE5EE

Black with #DAE5EE

Text Example


Text Example

White with #DAE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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