Html Css Color HEX #D7EDFF Pattens Blue

📋 copy color: '#D7EDFF'

red 215 ◦ green 237 ◦ blue 255

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

Shades of Pattens Blue #D7EDFF

Tints of Pattens Blue #D7EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.52%

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

R = 30.41%
G = 33.52%
B = 36.07%

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

#D7EDFF (or 0xD7EDFF) is known color: Pattens Blue. HEX triplet: D7, ED and FF. RGB value is (215,237,255). Sum of RGB (Red+Green+Blue) = 215+237+255=707 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.41% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EDFF is #281200. Grayscale: #E8E8E8. Windows color (decimal): -2626049 or 16772567. OLE color: 16772567.

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

Color convert

RGB 215 237 255 -
CMYK 0.16 0.07 0 0
HSL 207º 1% 0.92% -
HSV(B) 207º 0.16% 1% -
XYZ 76.36 82.24 106.46 -
YUV 232.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 215 237 255 0.16 0.07 0 0 207 1 0.92
Hex D7 ED FF 10 7 0 0 CF 64 5C
Octal 327 355 377 20 7 0 0 317 144 134
Binary 11010111 11101101 11111111 10000 111 0 0 11001111 1100100 1011100

Color Harmonies of #D7EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EDFF

Black with #D7EDFF

Text Example


Text Example

White with #D7EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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