Html Css Color HEX #D0EEFC Pattens Blue

📋 copy color: '#D0EEFC'

red 208 ◦ green 238 ◦ blue 252

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

Shades of Pattens Blue #D0EEFC

Tints of Pattens Blue #D0EEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.1%

 BLUE value IS 252 (98.83% from 255) = 36.1%

R = 29.8%
G = 34.1%
B = 36.1%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0EEFC (or 0xD0EEFC) is known color: Pattens Blue. HEX triplet: D0, EE and FC. RGB value is (208,238,252). Sum of RGB (Red+Green+Blue) = 208+238+252=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEFC is #2F1103. Grayscale: #E6E6E6. Windows color (decimal): -3084548 or 16576208. OLE color: 16576208.

HSL color Cylindrical-coordinate representation of color #D0EEFC: hue angle of 199.09º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0EEFC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 238 252 -
CMYK 0.17 0.06 0 0.01
HSL 199.09º 0.88% 0.9% -
HSV(B) 199.09º 0.17% 0.99% -
XYZ 74.16 81.59 103.93 -
YUV 230.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 208 238 252 0.17 0.06 0 0.01 199.09 0.88 0.9
Hex D0 EE FC 11 6 0 1 C7 58 5A
Octal 320 356 374 21 6 0 1 307 130 132
Binary 11010000 11101110 11111100 10001 110 0 1 11000111 1011000 1011010

Color Harmonies of #D0EEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEFC

Black with #D0EEFC

Text Example


Text Example

White with #D0EEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEFC; }

 p { color: rgb(208,238,252); }

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

background-color css

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

 a { background-color: rgb(208,238,252); }

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

border-color css

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

 span { border-color: rgb(208,238,252); }

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