Html Css Color HEX #DBEFFD Pattens Blue

📋 copy color: '#DBEFFD'

red 219 ◦ green 239 ◦ blue 253

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

Shades of Pattens Blue #DBEFFD

Tints of Pattens Blue #DBEFFD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.61%

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

R = 30.8%
G = 33.61%
B = 35.58%

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

#DBEFFD (or 0xDBEFFD) is known color: Pattens Blue. HEX triplet: DB, EF and FD. RGB value is (219,239,253). Sum of RGB (Red+Green+Blue) = 219+239+253=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFFD is #241002. Grayscale: #EAEAEA. Windows color (decimal): -2363395 or 16642011. OLE color: 16642011.

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

Color convert

RGB 219 239 253 -
CMYK 0.13 0.06 0 0.01
HSL 204.71º 0.89% 0.93% -
HSV(B) 204.71º 0.13% 0.99% -
XYZ 77.81 83.88 105.02 -
YUV 234.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 219 239 253 0.13 0.06 0 0.01 204.71 0.89 0.93
Hex DB EF FD D 6 0 1 CD 59 5D
Octal 333 357 375 15 6 0 1 315 131 135
Binary 11011011 11101111 11111101 1101 110 0 1 11001101 1011001 1011101

Color Harmonies of #DBEFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFFD

Black with #DBEFFD

Text Example


Text Example

White with #DBEFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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