Html Css Color HEX #D2EDFB Pattens Blue

📋 copy color: '#D2EDFB'

red 210 ◦ green 237 ◦ blue 251

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

Shades of Pattens Blue #D2EDFB

Tints of Pattens Blue #D2EDFB

RGB

 RED value IS 210 (82.42% from 255) = 30.09%

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

 BLUE value IS 251 (98.44% from 255) = 35.96%

R = 30.09%
G = 33.95%
B = 35.96%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2EDFB (or 0xD2EDFB) is known color: Pattens Blue. HEX triplet: D2, ED and FB. RGB value is (210,237,251). Sum of RGB (Red+Green+Blue) = 210+237+251=698 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.09% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDFB is #2D1204. Grayscale: #E6E6E6. Windows color (decimal): -2953733 or 16510418. OLE color: 16510418.

HSL color Cylindrical-coordinate representation of color #D2EDFB: hue angle of 200.49º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2EDFB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 237 251 -
CMYK 0.16 0.06 0 0.02
HSL 200.49º 0.84% 0.9% -
HSV(B) 200.49º 0.16% 0.98% -
XYZ 74.28 81.24 103.03 -
YUV 230.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 210 237 251 0.16 0.06 0 0.02 200.49 0.84 0.9
Hex D2 ED FB 10 6 0 2 C8 54 5A
Octal 322 355 373 20 6 0 2 310 124 132
Binary 11010010 11101101 11111011 10000 110 0 10 11001000 1010100 1011010

Color Harmonies of #D2EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDFB

Black with #D2EDFB

Text Example


Text Example

White with #D2EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDFB; }

 p { color: rgb(210,237,251); }

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

background-color css

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

 a { background-color: rgb(210,237,251); }

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

border-color css

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

 span { border-color: rgb(210,237,251); }

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