Html Css Color HEX #D6E3EE Pattens Blue

📋 copy color: '#D6E3EE'

red 214 ◦ green 227 ◦ blue 238

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

Shades of Pattens Blue #D6E3EE

Tints of Pattens Blue #D6E3EE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.43%

 BLUE value IS 238 (93.36% from 255) = 35.05%

R = 31.52%
G = 33.43%
B = 35.05%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6E3EE (or 0xD6E3EE) is known color: Pattens Blue. HEX triplet: D6, E3 and EE. RGB value is (214,227,238). Sum of RGB (Red+Green+Blue) = 214+227+238=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6E3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E3EE is #291C11. Grayscale: #E0E0E0. Windows color (decimal): -2694162 or 15655894. OLE color: 15655894.

HSL color Cylindrical-coordinate representation of color #D6E3EE: hue angle of 207.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6E3EE is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 227 238 -
CMYK 0.10 0.05 0 0.07
HSL 207.5º 0.41% 0.89% -
HSV(B) 207.5º 0.1% 0.93% -
XYZ 70.63 75.41 91.72 -
YUV 224.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 214 227 238 0.10 0.05 0 0.07 207.5 0.41 0.89
Hex D6 E3 EE A 5 0 7 D0 29 59
Octal 326 343 356 12 5 0 7 320 51 131
Binary 11010110 11100011 11101110 1010 101 0 111 11010000 101001 1011001

Color Harmonies of #D6E3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E3EE

Black with #D6E3EE

Text Example


Text Example

White with #D6E3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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