Html Css Color HEX #D0DFEC Pattens Blue

📋 copy color: '#D0DFEC'

red 208 ◦ green 223 ◦ blue 236

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

Shades of Pattens Blue #D0DFEC

Tints of Pattens Blue #D0DFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.43%

 BLUE value IS 236 (92.58% from 255) = 35.38%

R = 31.18%
G = 33.43%
B = 35.38%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0DFEC (or 0xD0DFEC) is known color: Pattens Blue. HEX triplet: D0, DF and EC. RGB value is (208,223,236). Sum of RGB (Red+Green+Blue) = 208+223+236=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFEC is #2F2013. Grayscale: #DBDBDB. Windows color (decimal): -3088404 or 15523792. OLE color: 15523792.

HSL color Cylindrical-coordinate representation of color #D0DFEC: hue angle of 207.86º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0DFEC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 223 236 -
CMYK 0.12 0.06 0 0.07
HSL 207.86º 0.42% 0.87% -
HSV(B) 207.86º 0.12% 0.93% -
XYZ 67.54 72.24 89.74 -
YUV 220 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 208 223 236 0.12 0.06 0 0.07 207.86 0.42 0.87
Hex D0 DF EC C 6 0 7 D0 2A 57
Octal 320 337 354 14 6 0 7 320 52 127
Binary 11010000 11011111 11101100 1100 110 0 111 11010000 101010 1010111

Color Harmonies of #D0DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFEC

Black with #D0DFEC

Text Example


Text Example

White with #D0DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFEC; }

 p { color: rgb(208,223,236); }

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

background-color css

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

 a { background-color: rgb(208,223,236); }

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

border-color css

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

 span { border-color: rgb(208,223,236); }

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