Html Css Color HEX #D6DBDE Pattens Blue

📋 copy color: '#D6DBDE'

red 214 ◦ green 219 ◦ blue 222

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

Shades of Pattens Blue #D6DBDE

Tints of Pattens Blue #D6DBDE

RGB

 RED value IS 214 (83.98% from 255) = 32.67%

 GREEN value IS 219 (85.94% from 255) = 33.44%

 BLUE value IS 222 (87.11% from 255) = 33.89%

R = 32.67%
G = 33.44%
B = 33.89%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6DBDE (or 0xD6DBDE) is known color: Pattens Blue. HEX triplet: D6, DB and DE. RGB value is (214,219,222). Sum of RGB (Red+Green+Blue) = 214+219+222=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBDE is #292421. Grayscale: #D9D9D9. Windows color (decimal): -2696226 or 14605270. OLE color: 14605270.

HSL color Cylindrical-coordinate representation of color #D6DBDE: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6DBDE is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 219 222 -
CMYK 0.04 0.01 0 0.13
HSL 202.5º 0.11% 0.85% -
HSV(B) 202.5º 0.04% 0.87% -
XYZ 66.25 70.23 79.17 -
YUV 217.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 214 219 222 0.04 0.01 0 0.13 202.5 0.11 0.85
Hex D6 DB DE 4 1 0 D CA B 55
Octal 326 333 336 4 1 0 15 312 13 125
Binary 11010110 11011011 11011110 100 1 0 1101 11001010 1011 1010101

Color Harmonies of #D6DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBDE

Black with #D6DBDE

Text Example


Text Example

White with #D6DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBDE; }

 p { color: rgb(214,219,222); }

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

background-color css

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

 a { background-color: rgb(214,219,222); }

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

border-color css

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

 span { border-color: rgb(214,219,222); }

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