Html Css Color HEX #DEE5EA Pattens Blue

📋 copy color: '#DEE5EA'

red 222 ◦ green 229 ◦ blue 234

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

Shades of Pattens Blue #DEE5EA

Tints of Pattens Blue #DEE5EA

RGB

 RED value IS 222 (87.11% from 255) = 32.41%

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

 BLUE value IS 234 (91.8% from 255) = 34.16%

R = 32.41%
G = 33.43%
B = 34.16%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEE5EA (or 0xDEE5EA) is known color: Pattens Blue. HEX triplet: DE, E5 and EA. RGB value is (222,229,234). Sum of RGB (Red+Green+Blue) = 222+229+234=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5EA is #211A15. Grayscale: #E3E3E3. Windows color (decimal): -2169366 or 15394270. OLE color: 15394270.

HSL color Cylindrical-coordinate representation of color #DEE5EA: hue angle of 205º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE5EA is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 229 234 -
CMYK 0.05 0.02 0 0.08
HSL 205º 0.22% 0.89% -
HSV(B) 205º 0.05% 0.92% -
XYZ 72.99 77.51 88.96 -
YUV 227.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 222 229 234 0.05 0.02 0 0.08 205 0.22 0.89
Hex DE E5 EA 5 2 0 8 CD 16 59
Octal 336 345 352 5 2 0 10 315 26 131
Binary 11011110 11100101 11101010 101 10 0 1000 11001101 10110 1011001

Color Harmonies of #DEE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE5EA

Black with #DEE5EA

Text Example


Text Example

White with #DEE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE5EA; }

 p { color: rgb(222,229,234); }

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

background-color css

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

 a { background-color: rgb(222,229,234); }

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

border-color css

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

 span { border-color: rgb(222,229,234); }

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