Html Css Color HEX #D6EEF6 Pattens Blue

📋 copy color: '#D6EEF6'

red 214 ◦ green 238 ◦ blue 246

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

Shades of Pattens Blue #D6EEF6

Tints of Pattens Blue #D6EEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.1%

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

R = 30.66%
G = 34.1%
B = 35.24%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6EEF6 (or 0xD6EEF6) is known color: Pattens Blue. HEX triplet: D6, EE and F6. RGB value is (214,238,246). Sum of RGB (Red+Green+Blue) = 214+238+246=698 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.66% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6EEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEF6 is #291109. Grayscale: #E7E7E7. Windows color (decimal): -2691338 or 16182998. OLE color: 16182998.

HSL color Cylindrical-coordinate representation of color #D6EEF6: hue angle of 195º 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 #D6EEF6 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 238 246 -
CMYK 0.13 0.03 0 0.04
HSL 195º 0.64% 0.9% -
HSV(B) 195º 0.13% 0.96% -
XYZ 74.94 82.1 99.09 -
YUV 231.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 214 238 246 0.13 0.03 0 0.04 195 0.64 0.9
Hex D6 EE F6 D 3 0 4 C3 40 5A
Octal 326 356 366 15 3 0 4 303 100 132
Binary 11010110 11101110 11110110 1101 11 0 100 11000011 1000000 1011010

Color Harmonies of #D6EEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEF6

Black with #D6EEF6

Text Example


Text Example

White with #D6EEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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