Html Css Color HEX #D0E0E5 Pattens Blue

📋 copy color: '#D0E0E5'

red 208 ◦ green 224 ◦ blue 229

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

Shades of Pattens Blue #D0E0E5

Tints of Pattens Blue #D0E0E5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.89%

 BLUE value IS 229 (89.84% from 255) = 34.64%

R = 31.47%
G = 33.89%
B = 34.64%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D0E0E5 (or 0xD0E0E5) is known color: Pattens Blue. HEX triplet: D0, E0 and E5. RGB value is (208,224,229). Sum of RGB (Red+Green+Blue) = 208+224+229=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0E0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0E5 is #2F1F1A. Grayscale: #DBDBDB. Windows color (decimal): -3088155 or 15065296. OLE color: 15065296.

HSL color Cylindrical-coordinate representation of color #D0E0E5: hue angle of 194.29º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0E0E5 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 224 229 -
CMYK 0.09 0.02 0 0.10
HSL 194.29º 0.29% 0.86% -
HSV(B) 194.29º 0.09% 0.9% -
XYZ 66.81 72.38 84.58 -
YUV 219.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 208 224 229 0.09 0.02 0 0.10 194.29 0.29 0.86
Hex D0 E0 E5 9 2 0 A C2 1D 56
Octal 320 340 345 11 2 0 12 302 35 126
Binary 11010000 11100000 11100101 1001 10 0 1010 11000010 11101 1010110

Color Harmonies of #D0E0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E0E5

Black with #D0E0E5

Text Example


Text Example

White with #D0E0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E0E5; }

 p { color: rgb(208,224,229); }

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

background-color css

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

 a { background-color: rgb(208,224,229); }

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

border-color css

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

 span { border-color: rgb(208,224,229); }

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