Html Css Color HEX #D6E4F1 Pattens Blue

📋 copy color: '#D6E4F1'

red 214 ◦ green 228 ◦ blue 241

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

Shades of Pattens Blue #D6E4F1

Tints of Pattens Blue #D6E4F1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.38%

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

R = 31.33%
G = 33.38%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6E4F1 (or 0xD6E4F1) is known color: Pattens Blue. HEX triplet: D6, E4 and F1. RGB value is (214,228,241). Sum of RGB (Red+Green+Blue) = 214+228+241=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6E4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E4F1 is #291B0E. Grayscale: #E1E1E1. Windows color (decimal): -2693903 or 15852758. OLE color: 15852758.

HSL color Cylindrical-coordinate representation of color #D6E4F1: hue angle of 208.89º 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 #D6E4F1 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 228 241 -
CMYK 0.11 0.05 0 0.05
HSL 208.89º 0.49% 0.89% -
HSV(B) 208.89º 0.11% 0.95% -
XYZ 71.35 76.13 94.15 -
YUV 225.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 214 228 241 0.11 0.05 0 0.05 208.89 0.49 0.89
Hex D6 E4 F1 B 5 0 5 D1 31 59
Octal 326 344 361 13 5 0 5 321 61 131
Binary 11010110 11100100 11110001 1011 101 0 101 11010001 110001 1011001

Color Harmonies of #D6E4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E4F1

Black with #D6E4F1

Text Example


Text Example

White with #D6E4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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