Html Css Color HEX #D6EDF3 Pattens Blue

📋 copy color: '#D6EDF3'

red 214 ◦ green 237 ◦ blue 243

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

Shades of Pattens Blue #D6EDF3

Tints of Pattens Blue #D6EDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.01%

R = 30.84%
G = 34.15%
B = 35.01%

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

#D6EDF3 (or 0xD6EDF3) is known color: Pattens Blue. HEX triplet: D6, ED and F3. RGB value is (214,237,243). Sum of RGB (Red+Green+Blue) = 214+237+243=694 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.84% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6EDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDF3 is #29120C. Grayscale: #E6E6E6. Windows color (decimal): -2691597 or 15986134. OLE color: 15986134.

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

Color convert

RGB 214 237 243 -
CMYK 0.12 0.02 0 0.05
HSL 192.41º 0.55% 0.9% -
HSV(B) 192.41º 0.12% 0.95% -
XYZ 74.19 81.34 96.58 -
YUV 230.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 214 237 243 0.12 0.02 0 0.05 192.41 0.55 0.9
Hex D6 ED F3 C 2 0 5 C0 37 5A
Octal 326 355 363 14 2 0 5 300 67 132
Binary 11010110 11101101 11110011 1100 10 0 101 11000000 110111 1011010

Color Harmonies of #D6EDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDF3

Black with #D6EDF3

Text Example


Text Example

White with #D6EDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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