Html Css Color HEX #DBE4EE Pattens Blue

📋 copy color: '#DBE4EE'

red 219 ◦ green 228 ◦ blue 238

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

Shades of Pattens Blue #DBE4EE

Tints of Pattens Blue #DBE4EE

RGB

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

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

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

R = 31.97%
G = 33.28%
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

#DBE4EE (or 0xDBE4EE) is known color: Pattens Blue. HEX triplet: DB, E4 and EE. RGB value is (219,228,238). Sum of RGB (Red+Green+Blue) = 219+228+238=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 228 (89.45% from 255 or 33.28% 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 #DBE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4EE is #241B11. Grayscale: #E2E2E2. Windows color (decimal): -2366226 or 15656155. OLE color: 15656155.

HSL color Cylindrical-coordinate representation of color #DBE4EE: hue angle of 211.58º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE4EE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 228 238 -
CMYK 0.08 0.04 0 0.07
HSL 211.58º 0.36% 0.9% -
HSV(B) 211.58º 0.08% 0.93% -
XYZ 72.39 76.72 91.88 -
YUV 226.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 219 228 238 0.08 0.04 0 0.07 211.58 0.36 0.9
Hex DB E4 EE 8 4 0 7 D4 24 5A
Octal 333 344 356 10 4 0 7 324 44 132
Binary 11011011 11100100 11101110 1000 100 0 111 11010100 100100 1011010

Color Harmonies of #DBE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4EE

Black with #DBE4EE

Text Example


Text Example

White with #DBE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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