Html Css Color HEX #D1ECFF Pattens Blue

📋 copy color: '#D1ECFF'

red 209 ◦ green 236 ◦ blue 255

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

Shades of Pattens Blue #D1ECFF

Tints of Pattens Blue #D1ECFF

RGB

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

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

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

R = 29.86%
G = 33.71%
B = 36.43%

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

#D1ECFF (or 0xD1ECFF) is known color: Pattens Blue. HEX triplet: D1, EC and FF. RGB value is (209,236,255). Sum of RGB (Red+Green+Blue) = 209+236+255=700 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.86% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECFF is #2E1300. Grayscale: #E5E5E5. Windows color (decimal): -3019521 or 16772305. OLE color: 16772305.

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

Color convert

RGB 209 236 255 -
CMYK 0.18 0.07 0 0
HSL 204.78º 1% 0.91% -
HSV(B) 204.78º 0.18% 1% -
XYZ 74.34 80.77 106.28 -
YUV 230.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 209 236 255 0.18 0.07 0 0 204.78 1 0.91
Hex D1 EC FF 12 7 0 0 CD 64 5B
Octal 321 354 377 22 7 0 0 315 144 133
Binary 11010001 11101100 11111111 10010 111 0 0 11001101 1100100 1011011

Color Harmonies of #D1ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ECFF

Black with #D1ECFF

Text Example


Text Example

White with #D1ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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