Html Css Color HEX #D6ECF1 Pattens Blue

📋 copy color: '#D6ECF1'

red 214 ◦ green 236 ◦ blue 241

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

Shades of Pattens Blue #D6ECF1

Tints of Pattens Blue #D6ECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.15%

 BLUE value IS 241 (94.53% from 255) = 34.88%

R = 30.97%
G = 34.15%
B = 34.88%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6ECF1 (or 0xD6ECF1) is known color: Pattens Blue. HEX triplet: D6, EC and F1. RGB value is (214,236,241). Sum of RGB (Red+Green+Blue) = 214+236+241=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6ECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECF1 is #29130E. Grayscale: #E5E5E5. Windows color (decimal): -2691855 or 15854806. OLE color: 15854806.

HSL color Cylindrical-coordinate representation of color #D6ECF1: hue angle of 191.11º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6ECF1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 236 241 -
CMYK 0.11 0.02 0 0.05
HSL 191.11º 0.49% 0.89% -
HSV(B) 191.11º 0.11% 0.95% -
XYZ 73.6 80.64 94.9 -
YUV 229.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 214 236 241 0.11 0.02 0 0.05 191.11 0.49 0.89
Hex D6 EC F1 B 2 0 5 BF 31 59
Octal 326 354 361 13 2 0 5 277 61 131
Binary 11010110 11101100 11110001 1011 10 0 101 10111111 110001 1011001

Color Harmonies of #D6ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECF1

Black with #D6ECF1

Text Example


Text Example

White with #D6ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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