Html Css Color HEX #D2E5FD Pattens Blue

📋 copy color: '#D2E5FD'

red 210 ◦ green 229 ◦ blue 253

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

Shades of Pattens Blue #D2E5FD

Tints of Pattens Blue #D2E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.09%

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

R = 30.35%
G = 33.09%
B = 36.56%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2E5FD (or 0xD2E5FD) is known color: Pattens Blue. HEX triplet: D2, E5 and FD. RGB value is (210,229,253). Sum of RGB (Red+Green+Blue) = 210+229+253=692 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.35% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E5FD is #2D1A02. Grayscale: #E1E1E1. Windows color (decimal): -2955779 or 16639442. OLE color: 16639442.

HSL color Cylindrical-coordinate representation of color #D2E5FD: hue angle of 213.49º 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 #D2E5FD is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 229 253 -
CMYK 0.17 0.09 0 0.01
HSL 213.49º 0.91% 0.91% -
HSV(B) 213.49º 0.17% 0.99% -
XYZ 72.33 76.83 103.95 -
YUV 226.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 210 229 253 0.17 0.09 0 0.01 213.49 0.91 0.91
Hex D2 E5 FD 11 9 0 1 D5 5B 5B
Octal 322 345 375 21 11 0 1 325 133 133
Binary 11010010 11100101 11111101 10001 1001 0 1 11010101 1011011 1011011

Color Harmonies of #D2E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E5FD

Black with #D2E5FD

Text Example


Text Example

White with #D2E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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