Html Css Color HEX #D0ECFD Pattens Blue

📋 copy color: '#D0ECFD'

red 208 ◦ green 236 ◦ blue 253

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

Shades of Pattens Blue #D0ECFD

Tints of Pattens Blue #D0ECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.86%

 BLUE value IS 253 (99.22% from 255) = 36.3%

R = 29.84%
G = 33.86%
B = 36.3%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0ECFD (or 0xD0ECFD) is known color: Pattens Blue. HEX triplet: D0, EC and FD. RGB value is (208,236,253). Sum of RGB (Red+Green+Blue) = 208+236+253=697 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.84% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECFD is #2F1302. Grayscale: #E5E5E5. Windows color (decimal): -3085059 or 16641232. OLE color: 16641232.

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

Color convert

RGB 208 236 253 -
CMYK 0.18 0.07 0 0.01
HSL 202.67º 0.92% 0.9% -
HSV(B) 202.67º 0.18% 0.99% -
XYZ 73.74 80.49 104.58 -
YUV 229.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 208 236 253 0.18 0.07 0 0.01 202.67 0.92 0.9
Hex D0 EC FD 12 7 0 1 CB 5C 5A
Octal 320 354 375 22 7 0 1 313 134 132
Binary 11010000 11101100 11111101 10010 111 0 1 11001011 1011100 1011010

Color Harmonies of #D0ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECFD

Black with #D0ECFD

Text Example


Text Example

White with #D0ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECFD; }

 p { color: rgb(208,236,253); }

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

background-color css

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

 a { background-color: rgb(208,236,253); }

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

border-color css

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

 span { border-color: rgb(208,236,253); }

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