Html Css Color HEX #D6EDF2 Pattens Blue

📋 copy color: '#D6EDF2'

red 214 ◦ green 237 ◦ blue 242

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

Shades of Pattens Blue #D6EDF2

Tints of Pattens Blue #D6EDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.92%

R = 30.88%
G = 34.2%
B = 34.92%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6EDF2 (or 0xD6EDF2) is known color: Pattens Blue. HEX triplet: D6, ED and F2. RGB value is (214,237,242). Sum of RGB (Red+Green+Blue) = 214+237+242=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDF2 is #29120D. Grayscale: #E6E6E6. Windows color (decimal): -2691598 or 15920598. OLE color: 15920598.

HSL color Cylindrical-coordinate representation of color #D6EDF2: hue angle of 190.71º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6EDF2 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 237 242 -
CMYK 0.12 0.02 0 0.05
HSL 190.71º 0.52% 0.89% -
HSV(B) 190.71º 0.12% 0.95% -
XYZ 74.04 81.28 95.79 -
YUV 230.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 214 237 242 0.12 0.02 0 0.05 190.71 0.52 0.89
Hex D6 ED F2 C 2 0 5 BF 34 59
Octal 326 355 362 14 2 0 5 277 64 131
Binary 11010110 11101101 11110010 1100 10 0 101 10111111 110100 1011001

Color Harmonies of #D6EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDF2

Black with #D6EDF2

Text Example


Text Example

White with #D6EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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