Html Css Color HEX #D7E0EA Pattens Blue

📋 copy color: '#D7E0EA'

red 215 ◦ green 224 ◦ blue 234

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

Shades of Pattens Blue #D7E0EA

Tints of Pattens Blue #D7E0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.28%

 BLUE value IS 234 (91.8% from 255) = 34.77%

R = 31.95%
G = 33.28%
B = 34.77%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D7E0EA (or 0xD7E0EA) is known color: Pattens Blue. HEX triplet: D7, E0 and EA. RGB value is (215,224,234). Sum of RGB (Red+Green+Blue) = 215+224+234=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E0EA is #281F15. Grayscale: #DEDEDE. Windows color (decimal): -2629398 or 15392983. OLE color: 15392983.

HSL color Cylindrical-coordinate representation of color #D7E0EA: hue angle of 211.58º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7E0EA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 224 234 -
CMYK 0.08 0.04 0 0.08
HSL 211.58º 0.31% 0.88% -
HSV(B) 211.58º 0.08% 0.92% -
XYZ 69.53 73.7 88.4 -
YUV 222.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 215 224 234 0.08 0.04 0 0.08 211.58 0.31 0.88
Hex D7 E0 EA 8 4 0 8 D4 1F 58
Octal 327 340 352 10 4 0 10 324 37 130
Binary 11010111 11100000 11101010 1000 100 0 1000 11010100 11111 1011000

Color Harmonies of #D7E0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E0EA

Black with #D7E0EA

Text Example


Text Example

White with #D7E0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E0EA; }

 p { color: rgb(215,224,234); }

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

background-color css

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

 a { background-color: rgb(215,224,234); }

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

border-color css

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

 span { border-color: rgb(215,224,234); }

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