Html Css Color HEX #D0DFE9 Pattens Blue

📋 copy color: '#D0DFE9'

red 208 ◦ green 223 ◦ blue 233

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

Shades of Pattens Blue #D0DFE9

Tints of Pattens Blue #D0DFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.09%

R = 31.33%
G = 33.58%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0DFE9 (or 0xD0DFE9) is known color: Pattens Blue. HEX triplet: D0, DF and E9. RGB value is (208,223,233). Sum of RGB (Red+Green+Blue) = 208+223+233=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 233 (91.41% from 255 or 35.09% from 664); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0DFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFE9 is #2F2016. Grayscale: #DBDBDB. Windows color (decimal): -3088407 or 15327184. OLE color: 15327184.

HSL color Cylindrical-coordinate representation of color #D0DFE9: hue angle of 204º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DFE9 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 223 233 -
CMYK 0.11 0.04 0 0.09
HSL 204º 0.36% 0.86% -
HSV(B) 204º 0.11% 0.91% -
XYZ 67.11 72.07 87.46 -
YUV 219.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 208 223 233 0.11 0.04 0 0.09 204 0.36 0.86
Hex D0 DF E9 B 4 0 9 CC 24 56
Octal 320 337 351 13 4 0 11 314 44 126
Binary 11010000 11011111 11101001 1011 100 0 1001 11001100 100100 1010110

Color Harmonies of #D0DFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFE9

Black with #D0DFE9

Text Example


Text Example

White with #D0DFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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