Html Css Color HEX #D0E7FF Pattens Blue

📋 copy color: '#D0E7FF'

red 208 ◦ green 231 ◦ blue 255

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

Shades of Pattens Blue #D0E7FF

Tints of Pattens Blue #D0E7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.74%

R = 29.97%
G = 33.29%
B = 36.74%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0E7FF (or 0xD0E7FF) is known color: Pattens Blue. HEX triplet: D0, E7 and FF. RGB value is (208,231,255). Sum of RGB (Red+Green+Blue) = 208+231+255=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 231 (90.62% from 255 or 33.29% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E7FF is #2F1800. Grayscale: #E2E2E2. Windows color (decimal): -3086337 or 16771024. OLE color: 16771024.

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

Color convert

RGB 208 231 255 -
CMYK 0.18 0.09 0 0
HSL 210.64º 1% 0.91% -
HSV(B) 210.64º 0.18% 1% -
XYZ 72.64 77.78 105.79 -
YUV 226.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 208 231 255 0.18 0.09 0 0 210.64 1 0.91
Hex D0 E7 FF 12 9 0 0 D3 64 5B
Octal 320 347 377 22 11 0 0 323 144 133
Binary 11010000 11100111 11111111 10010 1001 0 0 11010011 1100100 1011011

Color Harmonies of #D0E7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E7FF

Black with #D0E7FF

Text Example


Text Example

White with #D0E7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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