Html Css Color HEX #D1ECFC Pattens Blue

📋 copy color: '#D1ECFC'

red 209 ◦ green 236 ◦ blue 252

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

Shades of Pattens Blue #D1ECFC

Tints of Pattens Blue #D1ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.86%

 BLUE value IS 252 (98.83% from 255) = 36.15%

R = 29.99%
G = 33.86%
B = 36.15%

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

#D1ECFC (or 0xD1ECFC) is known color: Pattens Blue. HEX triplet: D1, EC and FC. RGB value is (209,236,252). Sum of RGB (Red+Green+Blue) = 209+236+252=697 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.99% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECFC is #2E1303. Grayscale: #E5E5E5. Windows color (decimal): -3019524 or 16575697. OLE color: 16575697.

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

Color convert

RGB 209 236 252 -
CMYK 0.17 0.06 0 0.01
HSL 202.33º 0.88% 0.9% -
HSV(B) 202.33º 0.17% 0.99% -
XYZ 73.86 80.57 103.76 -
YUV 229.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 209 236 252 0.17 0.06 0 0.01 202.33 0.88 0.9
Hex D1 EC FC 11 6 0 1 CA 58 5A
Octal 321 354 374 21 6 0 1 312 130 132
Binary 11010001 11101100 11111100 10001 110 0 1 11001010 1011000 1011010

Color Harmonies of #D1ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ECFC

Black with #D1ECFC

Text Example


Text Example

White with #D1ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ECFC; }

 p { color: rgb(209,236,252); }

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

background-color css

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

 a { background-color: rgb(209,236,252); }

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

border-color css

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

 span { border-color: rgb(209,236,252); }

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