Html Css Color HEX #D7E8EF Pattens Blue

📋 copy color: '#D7E8EF'

red 215 ◦ green 232 ◦ blue 239

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

Shades of Pattens Blue #D7E8EF

Tints of Pattens Blue #D7E8EF

RGB

 RED value IS 215 (84.38% from 255) = 31.34%

 GREEN value IS 232 (91.02% from 255) = 33.82%

 BLUE value IS 239 (93.75% from 255) = 34.84%

R = 31.34%
G = 33.82%
B = 34.84%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7E8EF (or 0xD7E8EF) is known color: Pattens Blue. HEX triplet: D7, E8 and EF. RGB value is (215,232,239). Sum of RGB (Red+Green+Blue) = 215+232+239=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E8EF is #281710. Grayscale: #E3E3E3. Windows color (decimal): -2627345 or 15722711. OLE color: 15722711.

HSL color Cylindrical-coordinate representation of color #D7E8EF: hue angle of 197.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7E8EF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 232 239 -
CMYK 0.10 0.03 0 0.06
HSL 197.5º 0.43% 0.89% -
HSV(B) 197.5º 0.1% 0.94% -
XYZ 72.46 78.39 92.97 -
YUV 227.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 215 232 239 0.10 0.03 0 0.06 197.5 0.43 0.89
Hex D7 E8 EF A 3 0 6 C6 2B 59
Octal 327 350 357 12 3 0 6 306 53 131
Binary 11010111 11101000 11101111 1010 11 0 110 11000110 101011 1011001

Color Harmonies of #D7E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E8EF

Black with #D7E8EF

Text Example


Text Example

White with #D7E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E8EF; }

 p { color: rgb(215,232,239); }

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

background-color css

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

 a { background-color: rgb(215,232,239); }

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

border-color css

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

 span { border-color: rgb(215,232,239); }

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