Html Css Color HEX #D6ECF4 Pattens Blue

📋 copy color: '#D6ECF4'

red 214 ◦ green 236 ◦ blue 244

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

Shades of Pattens Blue #D6ECF4

Tints of Pattens Blue #D6ECF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.16%

R = 30.84%
G = 34.01%
B = 35.16%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6ECF4 (or 0xD6ECF4) is known color: Pattens Blue. HEX triplet: D6, EC and F4. RGB value is (214,236,244). Sum of RGB (Red+Green+Blue) = 214+236+244=694 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.84% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6ECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECF4 is #29130B. Grayscale: #E6E6E6. Windows color (decimal): -2691852 or 16051414. OLE color: 16051414.

HSL color Cylindrical-coordinate representation of color #D6ECF4: hue angle of 196º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6ECF4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 236 244 -
CMYK 0.12 0.03 0 0.04
HSL 196º 0.58% 0.9% -
HSV(B) 196º 0.12% 0.96% -
XYZ 74.06 80.82 97.28 -
YUV 230.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 214 236 244 0.12 0.03 0 0.04 196 0.58 0.9
Hex D6 EC F4 C 3 0 4 C4 3A 5A
Octal 326 354 364 14 3 0 4 304 72 132
Binary 11010110 11101100 11110100 1100 11 0 100 11000100 111010 1011010

Color Harmonies of #D6ECF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECF4

Black with #D6ECF4

Text Example


Text Example

White with #D6ECF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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