Html Css Color HEX #D6ECFF Pattens Blue

📋 copy color: '#D6ECFF'

red 214 ◦ green 236 ◦ blue 255

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

Shades of Pattens Blue #D6ECFF

Tints of Pattens Blue #D6ECFF

RGB

 RED value IS 214 (83.98% from 255) = 30.35%

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

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

R = 30.35%
G = 33.48%
B = 36.17%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6ECFF (or 0xD6ECFF) is known color: Pattens Blue. HEX triplet: D6, EC and FF. RGB value is (214,236,255). Sum of RGB (Red+Green+Blue) = 214+236+255=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECFF is #291300. Grayscale: #E7E7E7. Windows color (decimal): -2691841 or 16772310. OLE color: 16772310.

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

Color convert

RGB 214 236 255 -
CMYK 0.16 0.07 0 0
HSL 207.8º 1% 0.92% -
HSV(B) 207.8º 0.16% 1% -
XYZ 75.78 81.51 106.35 -
YUV 231.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 214 236 255 0.16 0.07 0 0 207.8 1 0.92
Hex D6 EC FF 10 7 0 0 D0 64 5C
Octal 326 354 377 20 7 0 0 320 144 134
Binary 11010110 11101100 11111111 10000 111 0 0 11010000 1100100 1011100

Color Harmonies of #D6ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECFF

Black with #D6ECFF

Text Example


Text Example

White with #D6ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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