Html Css Color HEX #DBE6EE Pattens Blue

📋 copy color: '#DBE6EE'

red 219 ◦ green 230 ◦ blue 238

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

Shades of Pattens Blue #DBE6EE

Tints of Pattens Blue #DBE6EE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.48%

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

R = 31.88%
G = 33.48%
B = 34.64%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBE6EE (or 0xDBE6EE) is known color: Pattens Blue. HEX triplet: DB, E6 and EE. RGB value is (219,230,238). Sum of RGB (Red+Green+Blue) = 219+230+238=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6EE is #241911. Grayscale: #E3E3E3. Windows color (decimal): -2365714 or 15656667. OLE color: 15656667.

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

Color convert

RGB 219 230 238 -
CMYK 0.08 0.03 0 0.07
HSL 205.26º 0.36% 0.9% -
HSV(B) 205.26º 0.08% 0.93% -
XYZ 72.94 77.83 92.07 -
YUV 227.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 219 230 238 0.08 0.03 0 0.07 205.26 0.36 0.9
Hex DB E6 EE 8 3 0 7 CD 24 5A
Octal 333 346 356 10 3 0 7 315 44 132
Binary 11011011 11100110 11101110 1000 11 0 111 11001101 100100 1011010

Color Harmonies of #DBE6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6EE

Black with #DBE6EE

Text Example


Text Example

White with #DBE6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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