Html Css Color HEX #D0E6FD Pattens Blue

📋 copy color: '#D0E6FD'

red 208 ◦ green 230 ◦ blue 253

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

Shades of Pattens Blue #D0E6FD

Tints of Pattens Blue #D0E6FD

RGB

 RED value IS 208 (81.64% from 255) = 30.1%

 GREEN value IS 230 (90.23% from 255) = 33.29%

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

R = 30.1%
G = 33.29%
B = 36.61%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0E6FD (or 0xD0E6FD) is known color: Pattens Blue. HEX triplet: D0, E6 and FD. RGB value is (208,230,253). Sum of RGB (Red+Green+Blue) = 208+230+253=691 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.10% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E6FD is #2F1902. Grayscale: #E1E1E1. Windows color (decimal): -3086595 or 16639696. OLE color: 16639696.

HSL color Cylindrical-coordinate representation of color #D0E6FD: hue angle of 210.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0E6FD is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 230 253 -
CMYK 0.18 0.09 0 0.01
HSL 210.67º 0.92% 0.9% -
HSV(B) 210.67º 0.18% 0.99% -
XYZ 72.04 77.1 104.01 -
YUV 226.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 208 230 253 0.18 0.09 0 0.01 210.67 0.92 0.9
Hex D0 E6 FD 12 9 0 1 D3 5C 5A
Octal 320 346 375 22 11 0 1 323 134 132
Binary 11010000 11100110 11111101 10010 1001 0 1 11010011 1011100 1011010

Color Harmonies of #D0E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E6FD

Black with #D0E6FD

Text Example


Text Example

White with #D0E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E6FD; }

 p { color: rgb(208,230,253); }

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

background-color css

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

 a { background-color: rgb(208,230,253); }

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

border-color css

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

 span { border-color: rgb(208,230,253); }

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