Html Css Color HEX #D6E6F6 Pattens Blue

📋 copy color: '#D6E6F6'

red 214 ◦ green 230 ◦ blue 246

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

Shades of Pattens Blue #D6E6F6

Tints of Pattens Blue #D6E6F6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.33%

 BLUE value IS 246 (96.48% from 255) = 35.65%

R = 31.01%
G = 33.33%
B = 35.65%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6E6F6 (or 0xD6E6F6) is known color: Pattens Blue. HEX triplet: D6, E6 and F6. RGB value is (214,230,246). Sum of RGB (Red+Green+Blue) = 214+230+246=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6E6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E6F6 is #291909. Grayscale: #E2E2E2. Windows color (decimal): -2693386 or 16180950. OLE color: 16180950.

HSL color Cylindrical-coordinate representation of color #D6E6F6: hue angle of 210º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6E6F6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 230 246 -
CMYK 0.13 0.07 0 0.04
HSL 210º 0.64% 0.9% -
HSV(B) 210º 0.13% 0.96% -
XYZ 72.66 77.54 98.33 -
YUV 227.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 214 230 246 0.13 0.07 0 0.04 210 0.64 0.9
Hex D6 E6 F6 D 7 0 4 D2 40 5A
Octal 326 346 366 15 7 0 4 322 100 132
Binary 11010110 11100110 11110110 1101 111 0 100 11010010 1000000 1011010

Color Harmonies of #D6E6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E6F6

Black with #D6E6F6

Text Example


Text Example

White with #D6E6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E6F6; }

 p { color: rgb(214,230,246); }

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

background-color css

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

 a { background-color: rgb(214,230,246); }

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

border-color css

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

 span { border-color: rgb(214,230,246); }

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