Html Css Color HEX #D1EDFF Pattens Blue

📋 copy color: '#D1EDFF'

red 209 ◦ green 237 ◦ blue 255

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

Shades of Pattens Blue #D1EDFF

Tints of Pattens Blue #D1EDFF

RGB

 RED value IS 209 (82.03% from 255) = 29.81%

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

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

R = 29.81%
G = 33.81%
B = 36.38%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1EDFF (or 0xD1EDFF) is known color: Pattens Blue. HEX triplet: D1, ED and FF. RGB value is (209,237,255). Sum of RGB (Red+Green+Blue) = 209+237+255=701 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.81% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EDFF is #2E1200. Grayscale: #E6E6E6. Windows color (decimal): -3019265 or 16772561. OLE color: 16772561.

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

Color convert

RGB 209 237 255 -
CMYK 0.18 0.07 0 0
HSL 203.48º 1% 0.91% -
HSV(B) 203.48º 0.18% 1% -
XYZ 74.63 81.34 106.38 -
YUV 230.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 209 237 255 0.18 0.07 0 0 203.48 1 0.91
Hex D1 ED FF 12 7 0 0 CB 64 5B
Octal 321 355 377 22 7 0 0 313 144 133
Binary 11010001 11101101 11111111 10010 111 0 0 11001011 1100100 1011011

Color Harmonies of #D1EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDFF

Black with #D1EDFF

Text Example


Text Example

White with #D1EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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