Html Css Color HEX #D1EFFD Pattens Blue

📋 copy color: '#D1EFFD'

red 209 ◦ green 239 ◦ blue 253

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

Shades of Pattens Blue #D1EFFD

Tints of Pattens Blue #D1EFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.09%

 BLUE value IS 253 (99.22% from 255) = 36.09%

R = 29.81%
G = 34.09%
B = 36.09%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1EFFD (or 0xD1EFFD) is known color: Pattens Blue. HEX triplet: D1, EF and FD. RGB value is (209,239,253). Sum of RGB (Red+Green+Blue) = 209+239+253=701 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.81% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFFD is #2E1002. Grayscale: #E7E7E7. Windows color (decimal): -3018755 or 16642001. OLE color: 16642001.

HSL color Cylindrical-coordinate representation of color #D1EFFD: hue angle of 199.09º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1EFFD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 239 253 -
CMYK 0.17 0.06 0 0.01
HSL 199.09º 0.92% 0.91% -
HSV(B) 199.09º 0.17% 0.99% -
XYZ 74.89 82.38 104.88 -
YUV 231.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 209 239 253 0.17 0.06 0 0.01 199.09 0.92 0.91
Hex D1 EF FD 11 6 0 1 C7 5C 5B
Octal 321 357 375 21 6 0 1 307 134 133
Binary 11010001 11101111 11111101 10001 110 0 1 11000111 1011100 1011011

Color Harmonies of #D1EFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EFFD

Black with #D1EFFD

Text Example


Text Example

White with #D1EFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EFFD; }

 p { color: rgb(209,239,253); }

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

background-color css

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

 a { background-color: rgb(209,239,253); }

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

border-color css

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

 span { border-color: rgb(209,239,253); }

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