Html Css Color HEX #DBE4ED Pattens Blue

📋 copy color: '#DBE4ED'

red 219 ◦ green 228 ◦ blue 237

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

Shades of Pattens Blue #DBE4ED

Tints of Pattens Blue #DBE4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.65%

R = 32.02%
G = 33.33%
B = 34.65%

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

#DBE4ED (or 0xDBE4ED) is known color: Pattens Blue. HEX triplet: DB, E4 and ED. RGB value is (219,228,237). Sum of RGB (Red+Green+Blue) = 219+228+237=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4ED is #241B12. Grayscale: #E2E2E2. Windows color (decimal): -2366227 or 15590619. OLE color: 15590619.

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

Color convert

RGB 219 228 237 -
CMYK 0.08 0.04 0 0.07
HSL 210º 0.33% 0.89% -
HSV(B) 210º 0.08% 0.93% -
XYZ 72.24 76.66 91.11 -
YUV 226.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 219 228 237 0.08 0.04 0 0.07 210 0.33 0.89
Hex DB E4 ED 8 4 0 7 D2 21 59
Octal 333 344 355 10 4 0 7 322 41 131
Binary 11011011 11100100 11101101 1000 100 0 111 11010010 100001 1011001

Color Harmonies of #DBE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4ED

Black with #DBE4ED

Text Example


Text Example

White with #DBE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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