Html Css Color HEX #D6DCE0 Pattens Blue

📋 copy color: '#D6DCE0'

red 214 ◦ green 220 ◦ blue 224

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

Shades of Pattens Blue #D6DCE0

Tints of Pattens Blue #D6DCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.04%

R = 32.52%
G = 33.43%
B = 34.04%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D6DCE0 (or 0xD6DCE0) is known color: Pattens Blue. HEX triplet: D6, DC and E0. RGB value is (214,220,224). Sum of RGB (Red+Green+Blue) = 214+220+224=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCE0 is #29231F. Grayscale: #DADADA. Windows color (decimal): -2695968 or 14736598. OLE color: 14736598.

HSL color Cylindrical-coordinate representation of color #D6DCE0: hue angle of 204º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6DCE0 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 220 224 -
CMYK 0.04 0.02 0 0.12
HSL 204º 0.14% 0.86% -
HSV(B) 204º 0.04% 0.88% -
XYZ 66.78 70.86 80.68 -
YUV 218.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 214 220 224 0.04 0.02 0 0.12 204 0.14 0.86
Hex D6 DC E0 4 2 0 C CC E 56
Octal 326 334 340 4 2 0 14 314 16 126
Binary 11010110 11011100 11100000 100 10 0 1100 11001100 1110 1010110

Color Harmonies of #D6DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCE0

Black with #D6DCE0

Text Example


Text Example

White with #D6DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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