Html Css Color HEX #D5E6F7 Pattens Blue

📋 copy color: '#D5E6F7'

red 213 ◦ green 230 ◦ blue 247

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

Shades of Pattens Blue #D5E6F7

Tints of Pattens Blue #D5E6F7

RGB

 RED value IS 213 (83.59% from 255) = 30.87%

 GREEN value IS 230 (90.23% from 255) = 33.33%

 BLUE value IS 247 (96.88% from 255) = 35.8%

R = 30.87%
G = 33.33%
B = 35.8%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D5E6F7 (or 0xD5E6F7) is known color: Pattens Blue. HEX triplet: D5, E6 and F7. RGB value is (213,230,247). Sum of RGB (Red+Green+Blue) = 213+230+247=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5E6F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E6F7 is #2A1908. Grayscale: #E2E2E2. Windows color (decimal): -2758921 or 16246485. OLE color: 16246485.

HSL color Cylindrical-coordinate representation of color #D5E6F7: hue angle of 210º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5E6F7 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 230 247 -
CMYK 0.14 0.07 0 0.03
HSL 210º 0.68% 0.9% -
HSV(B) 210º 0.14% 0.97% -
XYZ 72.53 77.46 99.12 -
YUV 226.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 213 230 247 0.14 0.07 0 0.03 210 0.68 0.9
Hex D5 E6 F7 E 7 0 3 D2 44 5A
Octal 325 346 367 16 7 0 3 322 104 132
Binary 11010101 11100110 11110111 1110 111 0 11 11010010 1000100 1011010

Color Harmonies of #D5E6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E6F7

Black with #D5E6F7

Text Example


Text Example

White with #D5E6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E6F7; }

 p { color: rgb(213,230,247); }

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

background-color css

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

 a { background-color: rgb(213,230,247); }

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

border-color css

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

 span { border-color: rgb(213,230,247); }

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