Html Css Color HEX #DBBEE7 Blue Chalk

📋 copy color: '#DBBEE7'

red 219 ◦ green 190 ◦ blue 231

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

Shades of Blue Chalk #DBBEE7

Tints of Blue Chalk #DBBEE7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.69%

 BLUE value IS 231 (90.63% from 255) = 36.09%

R = 34.22%
G = 29.69%
B = 36.09%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBBEE7 (or 0xDBBEE7) is known color: Blue Chalk. HEX triplet: DB, BE and E7. RGB value is (219,190,231). Sum of RGB (Red+Green+Blue) = 219+190+231=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEE7 is #244118. Grayscale: #CBCBCB. Windows color (decimal): -2375961 or 15187675. OLE color: 15187675.

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

Color convert

RGB 219 190 231 -
CMYK 0.05 0.18 0 0.09
HSL 282.44º 0.46% 0.83% -
HSV(B) 282.44º 0.18% 0.91% -
XYZ 62.05 57.66 83.46 -
YUV 203.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 219 190 231 0.05 0.18 0 0.09 282.44 0.46 0.83
Hex DB BE E7 5 12 0 9 11A 2E 53
Octal 333 276 347 5 22 0 11 432 56 123
Binary 11011011 10111110 11100111 101 10010 0 1001 100011010 101110 1010011

Color Harmonies of #DBBEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBEE7

Black with #DBBEE7

Text Example


Text Example

White with #DBBEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBEE7; }

 p { color: rgb(219,190,231); }

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

background-color css

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

 a { background-color: rgb(219,190,231); }

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

border-color css

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

 span { border-color: rgb(219,190,231); }

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