Html Css Color HEX #D2EDFD Pattens Blue

📋 copy color: '#D2EDFD'

red 210 ◦ green 237 ◦ blue 253

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

Shades of Pattens Blue #D2EDFD

Tints of Pattens Blue #D2EDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.14%

R = 30%
G = 33.86%
B = 36.14%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2EDFD (or 0xD2EDFD) is known color: Pattens Blue. HEX triplet: D2, ED and FD. RGB value is (210,237,253). Sum of RGB (Red+Green+Blue) = 210+237+253=700 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDFD is #2D1202. Grayscale: #E6E6E6. Windows color (decimal): -2953731 or 16641490. OLE color: 16641490.

HSL color Cylindrical-coordinate representation of color #D2EDFD: hue angle of 202.33º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2EDFD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 237 253 -
CMYK 0.17 0.06 0 0.01
HSL 202.33º 0.91% 0.91% -
HSV(B) 202.33º 0.17% 0.99% -
XYZ 74.59 81.36 104.7 -
YUV 230.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 210 237 253 0.17 0.06 0 0.01 202.33 0.91 0.91
Hex D2 ED FD 11 6 0 1 CA 5B 5B
Octal 322 355 375 21 6 0 1 312 133 133
Binary 11010010 11101101 11111101 10001 110 0 1 11001010 1011011 1011011

Color Harmonies of #D2EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDFD

Black with #D2EDFD

Text Example


Text Example

White with #D2EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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