Html Css Color HEX #D0E7EF Pattens Blue

📋 copy color: '#D0E7EF'

red 208 ◦ green 231 ◦ blue 239

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

Shades of Pattens Blue #D0E7EF

Tints of Pattens Blue #D0E7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.07%

 BLUE value IS 239 (93.75% from 255) = 35.25%

R = 30.68%
G = 34.07%
B = 35.25%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0E7EF (or 0xD0E7EF) is known color: Pattens Blue. HEX triplet: D0, E7 and EF. RGB value is (208,231,239). Sum of RGB (Red+Green+Blue) = 208+231+239=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0E7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E7EF is #2F1810. Grayscale: #E0E0E0. Windows color (decimal): -3086353 or 15722448. OLE color: 15722448.

HSL color Cylindrical-coordinate representation of color #D0E7EF: hue angle of 195.48º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0E7EF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 231 239 -
CMYK 0.13 0.03 0 0.06
HSL 195.48º 0.49% 0.88% -
HSV(B) 195.48º 0.13% 0.94% -
XYZ 70.17 76.79 92.79 -
YUV 225.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 208 231 239 0.13 0.03 0 0.06 195.48 0.49 0.88
Hex D0 E7 EF D 3 0 6 C3 31 58
Octal 320 347 357 15 3 0 6 303 61 130
Binary 11010000 11100111 11101111 1101 11 0 110 11000011 110001 1011000

Color Harmonies of #D0E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E7EF

Black with #D0E7EF

Text Example


Text Example

White with #D0E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E7EF; }

 p { color: rgb(208,231,239); }

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

background-color css

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

 a { background-color: rgb(208,231,239); }

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

border-color css

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

 span { border-color: rgb(208,231,239); }

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