Html Css Color HEX #D1EBFF Pattens Blue

📋 copy color: '#D1EBFF'

red 209 ◦ green 235 ◦ blue 255

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

Shades of Pattens Blue #D1EBFF

Tints of Pattens Blue #D1EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.62%

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

R = 29.9%
G = 33.62%
B = 36.48%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1EBFF (or 0xD1EBFF) is known color: Pattens Blue. HEX triplet: D1, EB and FF. RGB value is (209,235,255). Sum of RGB (Red+Green+Blue) = 209+235+255=699 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.90% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EBFF is #2E1400. Grayscale: #E5E5E5. Windows color (decimal): -3019777 or 16772049. OLE color: 16772049.

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

Color convert

RGB 209 235 255 -
CMYK 0.18 0.08 0 0
HSL 206.09º 1% 0.91% -
HSV(B) 206.09º 0.18% 1% -
XYZ 74.05 80.19 106.18 -
YUV 229.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 209 235 255 0.18 0.08 0 0 206.09 1 0.91
Hex D1 EB FF 12 8 0 0 CE 64 5B
Octal 321 353 377 22 10 0 0 316 144 133
Binary 11010001 11101011 11111111 10010 1000 0 0 11001110 1100100 1011011

Color Harmonies of #D1EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EBFF

Black with #D1EBFF

Text Example


Text Example

White with #D1EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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