Html Css Color HEX #DBE4EA Pattens Blue

📋 copy color: '#DBE4EA'

red 219 ◦ green 228 ◦ blue 234

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

Shades of Pattens Blue #DBE4EA

Tints of Pattens Blue #DBE4EA

RGB

 RED value IS 219 (85.94% from 255) = 32.16%

 GREEN value IS 228 (89.45% from 255) = 33.48%

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

R = 32.16%
G = 33.48%
B = 34.36%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBE4EA (or 0xDBE4EA) is known color: Pattens Blue. HEX triplet: DB, E4 and EA. RGB value is (219,228,234). Sum of RGB (Red+Green+Blue) = 219+228+234=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4EA is #241B15. Grayscale: #E1E1E1. Windows color (decimal): -2366230 or 15394011. OLE color: 15394011.

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

Color convert

RGB 219 228 234 -
CMYK 0.06 0.03 0 0.08
HSL 204º 0.26% 0.89% -
HSV(B) 204º 0.06% 0.92% -
XYZ 71.81 76.49 88.82 -
YUV 225.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 219 228 234 0.06 0.03 0 0.08 204 0.26 0.89
Hex DB E4 EA 6 3 0 8 CC 1A 59
Octal 333 344 352 6 3 0 10 314 32 131
Binary 11011011 11100100 11101010 110 11 0 1000 11001100 11010 1011001

Color Harmonies of #DBE4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4EA

Black with #DBE4EA

Text Example


Text Example

White with #DBE4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4EA; }

 p { color: rgb(219,228,234); }

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

background-color css

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

 a { background-color: rgb(219,228,234); }

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

border-color css

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

 span { border-color: rgb(219,228,234); }

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