Html Css Color HEX #D0E3EF Pattens Blue

📋 copy color: '#D0E3EF'

red 208 ◦ green 227 ◦ blue 239

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

Shades of Pattens Blue #D0E3EF

Tints of Pattens Blue #D0E3EF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.68%

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

R = 30.86%
G = 33.68%
B = 35.46%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0E3EF (or 0xD0E3EF) is known color: Pattens Blue. HEX triplet: D0, E3 and EF. RGB value is (208,227,239). Sum of RGB (Red+Green+Blue) = 208+227+239=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E3EF is #2F1C10. Grayscale: #DEDEDE. Windows color (decimal): -3087377 or 15721424. OLE color: 15721424.

HSL color Cylindrical-coordinate representation of color #D0E3EF: hue angle of 203.23º 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 #D0E3EF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 227 239 -
CMYK 0.13 0.05 0 0.06
HSL 203.23º 0.49% 0.88% -
HSV(B) 203.23º 0.13% 0.94% -
XYZ 69.06 74.58 92.42 -
YUV 222.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 208 227 239 0.13 0.05 0 0.06 203.23 0.49 0.88
Hex D0 E3 EF D 5 0 6 CB 31 58
Octal 320 343 357 15 5 0 6 313 61 130
Binary 11010000 11100011 11101111 1101 101 0 110 11001011 110001 1011000

Color Harmonies of #D0E3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E3EF

Black with #D0E3EF

Text Example


Text Example

White with #D0E3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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