Html Css Color HEX #D7ECFF Pattens Blue

📋 copy color: '#D7ECFF'

red 215 ◦ green 236 ◦ blue 255

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

Shades of Pattens Blue #D7ECFF

Tints of Pattens Blue #D7ECFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.12%

R = 30.45%
G = 33.43%
B = 36.12%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7ECFF (or 0xD7ECFF) is known color: Pattens Blue. HEX triplet: D7, EC and FF. RGB value is (215,236,255). Sum of RGB (Red+Green+Blue) = 215+236+255=706 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.45% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECFF is #281300. Grayscale: #E7E7E7. Windows color (decimal): -2626305 or 16772311. OLE color: 16772311.

HSL color Cylindrical-coordinate representation of color #D7ECFF: hue angle of 208.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7ECFF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 236 255 -
CMYK 0.16 0.07 0 0
HSL 208.5º 1% 0.92% -
HSV(B) 208.5º 0.16% 1% -
XYZ 76.07 81.66 106.36 -
YUV 231.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 215 236 255 0.16 0.07 0 0 208.5 1 0.92
Hex D7 EC FF 10 7 0 0 D0 64 5C
Octal 327 354 377 20 7 0 0 320 144 134
Binary 11010111 11101100 11111111 10000 111 0 0 11010000 1100100 1011100

Color Harmonies of #D7ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ECFF

Black with #D7ECFF

Text Example


Text Example

White with #D7ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ECFF; }

 p { color: rgb(215,236,255); }

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

background-color css

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

 a { background-color: rgb(215,236,255); }

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

border-color css

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

 span { border-color: rgb(215,236,255); }

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