Html Css Color HEX #D0E6EF Pattens Blue

📋 copy color: '#D0E6EF'

red 208 ◦ green 230 ◦ blue 239

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

Shades of Pattens Blue #D0E6EF

Tints of Pattens Blue #D0E6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.97%

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

R = 30.72%
G = 33.97%
B = 35.3%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0E6EF (or 0xD0E6EF) is known color: Pattens Blue. HEX triplet: D0, E6 and EF. RGB value is (208,230,239). Sum of RGB (Red+Green+Blue) = 208+230+239=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0E6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E6EF is #2F1910. Grayscale: #E0E0E0. Windows color (decimal): -3086609 or 15722192. OLE color: 15722192.

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

Color convert

RGB 208 230 239 -
CMYK 0.13 0.04 0 0.06
HSL 197.42º 0.49% 0.88% -
HSV(B) 197.42º 0.13% 0.94% -
XYZ 69.89 76.24 92.69 -
YUV 224.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 208 230 239 0.13 0.04 0 0.06 197.42 0.49 0.88
Hex D0 E6 EF D 4 0 6 C5 31 58
Octal 320 346 357 15 4 0 6 305 61 130
Binary 11010000 11100110 11101111 1101 100 0 110 11000101 110001 1011000

Color Harmonies of #D0E6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E6EF

Black with #D0E6EF

Text Example


Text Example

White with #D0E6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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