Html Css Color HEX #D6E0EB Pattens Blue

📋 copy color: '#D6E0EB'

red 214 ◦ green 224 ◦ blue 235

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

Shades of Pattens Blue #D6E0EB

Tints of Pattens Blue #D6E0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.28%

 BLUE value IS 235 (92.19% from 255) = 34.92%

R = 31.8%
G = 33.28%
B = 34.92%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6E0EB (or 0xD6E0EB) is known color: Pattens Blue. HEX triplet: D6, E0 and EB. RGB value is (214,224,235). Sum of RGB (Red+Green+Blue) = 214+224+235=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E0EB is #291F14. Grayscale: #DEDEDE. Windows color (decimal): -2694933 or 15458518. OLE color: 15458518.

HSL color Cylindrical-coordinate representation of color #D6E0EB: hue angle of 211.43º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6E0EB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 224 235 -
CMYK 0.09 0.05 0 0.08
HSL 211.43º 0.34% 0.88% -
HSV(B) 211.43º 0.09% 0.92% -
XYZ 69.38 73.61 89.15 -
YUV 222.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 214 224 235 0.09 0.05 0 0.08 211.43 0.34 0.88
Hex D6 E0 EB 9 5 0 8 D3 22 58
Octal 326 340 353 11 5 0 10 323 42 130
Binary 11010110 11100000 11101011 1001 101 0 1000 11010011 100010 1011000

Color Harmonies of #D6E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0EB

Black with #D6E0EB

Text Example


Text Example

White with #D6E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0EB; }

 p { color: rgb(214,224,235); }

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

background-color css

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

 a { background-color: rgb(214,224,235); }

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

border-color css

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

 span { border-color: rgb(214,224,235); }

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