Html Css Color HEX #D6DCDE Pattens Blue

📋 copy color: '#D6DCDE'

red 214 ◦ green 220 ◦ blue 222

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

Shades of Pattens Blue #D6DCDE

Tints of Pattens Blue #D6DCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.54%

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

R = 32.62%
G = 33.54%
B = 33.84%

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

#D6DCDE (or 0xD6DCDE) is known color: Pattens Blue. HEX triplet: D6, DC and DE. RGB value is (214,220,222). Sum of RGB (Red+Green+Blue) = 214+220+222=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCDE is #292321. Grayscale: #DADADA. Windows color (decimal): -2695970 or 14605526. OLE color: 14605526.

HSL color Cylindrical-coordinate representation of color #D6DCDE: hue angle of 195º 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 #D6DCDE is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 220 222 -
CMYK 0.04 0.01 0 0.13
HSL 195º 0.11% 0.85% -
HSV(B) 195º 0.04% 0.87% -
XYZ 66.51 70.76 79.26 -
YUV 218.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 214 220 222 0.04 0.01 0 0.13 195 0.11 0.85
Hex D6 DC DE 4 1 0 D C3 B 55
Octal 326 334 336 4 1 0 15 303 13 125
Binary 11010110 11011100 11011110 100 1 0 1101 11000011 1011 1010101

Color Harmonies of #D6DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCDE

Black with #D6DCDE

Text Example


Text Example

White with #D6DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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