Html Css Color HEX #D6EDF4 Pattens Blue

📋 copy color: '#D6EDF4'

red 214 ◦ green 237 ◦ blue 244

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

Shades of Pattens Blue #D6EDF4

Tints of Pattens Blue #D6EDF4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.1%

 BLUE value IS 244 (95.7% from 255) = 35.11%

R = 30.79%
G = 34.1%
B = 35.11%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6EDF4 (or 0xD6EDF4) is known color: Pattens Blue. HEX triplet: D6, ED and F4. RGB value is (214,237,244). Sum of RGB (Red+Green+Blue) = 214+237+244=695 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.79% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 244 (95.70% from 255 or 35.11% from 695); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6EDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDF4 is #29120B. Grayscale: #E6E6E6. Windows color (decimal): -2691596 or 16051670. OLE color: 16051670.

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

Color convert

RGB 214 237 244 -
CMYK 0.12 0.03 0 0.04
HSL 194º 0.58% 0.9% -
HSV(B) 194º 0.12% 0.96% -
XYZ 74.34 81.4 97.38 -
YUV 230.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 214 237 244 0.12 0.03 0 0.04 194 0.58 0.9
Hex D6 ED F4 C 3 0 4 C2 3A 5A
Octal 326 355 364 14 3 0 4 302 72 132
Binary 11010110 11101101 11110100 1100 11 0 100 11000010 111010 1011010

Color Harmonies of #D6EDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDF4

Black with #D6EDF4

Text Example


Text Example

White with #D6EDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDF4; }

 p { color: rgb(214,237,244); }

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

background-color css

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

 a { background-color: rgb(214,237,244); }

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

border-color css

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

 span { border-color: rgb(214,237,244); }

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