Html Css Color HEX #D6E1EC Pattens Blue

📋 copy color: '#D6E1EC'

red 214 ◦ green 225 ◦ blue 236

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

Shades of Pattens Blue #D6E1EC

Tints of Pattens Blue #D6E1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.33%

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 31.7%
G = 33.33%
B = 34.96%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6E1EC (or 0xD6E1EC) is known color: Pattens Blue. HEX triplet: D6, E1 and EC. RGB value is (214,225,236). Sum of RGB (Red+Green+Blue) = 214+225+236=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6E1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E1EC is #291E13. Grayscale: #DEDEDE. Windows color (decimal): -2694676 or 15524310. OLE color: 15524310.

HSL color Cylindrical-coordinate representation of color #D6E1EC: hue angle of 210º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6E1EC is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 225 236 -
CMYK 0.09 0.05 0 0.07
HSL 210º 0.37% 0.88% -
HSV(B) 210º 0.09% 0.93% -
XYZ 69.8 74.2 90 -
YUV 222.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 214 225 236 0.09 0.05 0 0.07 210 0.37 0.88
Hex D6 E1 EC 9 5 0 7 D2 25 58
Octal 326 341 354 11 5 0 7 322 45 130
Binary 11010110 11100001 11101100 1001 101 0 111 11010010 100101 1011000

Color Harmonies of #D6E1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1EC

Black with #D6E1EC

Text Example


Text Example

White with #D6E1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1EC; }

 p { color: rgb(214,225,236); }

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

background-color css

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

 a { background-color: rgb(214,225,236); }

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

border-color css

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

 span { border-color: rgb(214,225,236); }

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