Html Css Color HEX #DBEDFD Pattens Blue

📋 copy color: '#DBEDFD'

red 219 ◦ green 237 ◦ blue 253

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

Shades of Pattens Blue #DBEDFD

Tints of Pattens Blue #DBEDFD

RGB

 RED value IS 219 (85.94% from 255) = 30.89%

 GREEN value IS 237 (92.97% from 255) = 33.43%

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

R = 30.89%
G = 33.43%
B = 35.68%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBEDFD (or 0xDBEDFD) is known color: Pattens Blue. HEX triplet: DB, ED and FD. RGB value is (219,237,253). Sum of RGB (Red+Green+Blue) = 219+237+253=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDFD is #241202. Grayscale: #E9E9E9. Windows color (decimal): -2363907 or 16641499. OLE color: 16641499.

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

Color convert

RGB 219 237 253 -
CMYK 0.13 0.06 0 0.01
HSL 208.24º 0.89% 0.93% -
HSV(B) 208.24º 0.13% 0.99% -
XYZ 77.23 82.72 104.82 -
YUV 233.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 219 237 253 0.13 0.06 0 0.01 208.24 0.89 0.93
Hex DB ED FD D 6 0 1 D0 59 5D
Octal 333 355 375 15 6 0 1 320 131 135
Binary 11011011 11101101 11111101 1101 110 0 1 11010000 1011001 1011101

Color Harmonies of #DBEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDFD

Black with #DBEDFD

Text Example


Text Example

White with #DBEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDFD; }

 p { color: rgb(219,237,253); }

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

background-color css

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

 a { background-color: rgb(219,237,253); }

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

border-color css

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

 span { border-color: rgb(219,237,253); }

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