Html Css Color HEX #D6E7F1 Pattens Blue

📋 copy color: '#D6E7F1'

red 214 ◦ green 231 ◦ blue 241

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

Shades of Pattens Blue #D6E7F1

Tints of Pattens Blue #D6E7F1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.67%

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

R = 31.2%
G = 33.67%
B = 35.13%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6E7F1 (or 0xD6E7F1) is known color: Pattens Blue. HEX triplet: D6, E7 and F1. RGB value is (214,231,241). Sum of RGB (Red+Green+Blue) = 214+231+241=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6E7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E7F1 is #29180E. Grayscale: #E3E3E3. Windows color (decimal): -2693135 or 15853526. OLE color: 15853526.

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

Color convert

RGB 214 231 241 -
CMYK 0.11 0.04 0 0.05
HSL 202.22º 0.49% 0.89% -
HSV(B) 202.22º 0.11% 0.95% -
XYZ 72.18 77.8 94.43 -
YUV 227.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 214 231 241 0.11 0.04 0 0.05 202.22 0.49 0.89
Hex D6 E7 F1 B 4 0 5 CA 31 59
Octal 326 347 361 13 4 0 5 312 61 131
Binary 11010110 11100111 11110001 1011 100 0 101 11001010 110001 1011001

Color Harmonies of #D6E7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E7F1

Black with #D6E7F1

Text Example


Text Example

White with #D6E7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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