Html Css Color HEX #D6ECF3 Pattens Blue

📋 copy color: '#D6ECF3'

red 214 ◦ green 236 ◦ blue 243

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

Shades of Pattens Blue #D6ECF3

Tints of Pattens Blue #D6ECF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.06%

R = 30.88%
G = 34.05%
B = 35.06%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6ECF3 (or 0xD6ECF3) is known color: Pattens Blue. HEX triplet: D6, EC and F3. RGB value is (214,236,243). Sum of RGB (Red+Green+Blue) = 214+236+243=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6ECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECF3 is #29130C. Grayscale: #E6E6E6. Windows color (decimal): -2691853 or 15985878. OLE color: 15985878.

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

Color convert

RGB 214 236 243 -
CMYK 0.12 0.03 0 0.05
HSL 194.48º 0.55% 0.9% -
HSV(B) 194.48º 0.12% 0.95% -
XYZ 73.9 80.76 96.49 -
YUV 230.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 214 236 243 0.12 0.03 0 0.05 194.48 0.55 0.9
Hex D6 EC F3 C 3 0 5 C2 37 5A
Octal 326 354 363 14 3 0 5 302 67 132
Binary 11010110 11101100 11110011 1100 11 0 101 11000010 110111 1011010

Color Harmonies of #D6ECF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECF3

Black with #D6ECF3

Text Example


Text Example

White with #D6ECF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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