Html Css Color HEX #DCBDE7 Blue Chalk

📋 copy color: '#DCBDE7'

red 220 ◦ green 189 ◦ blue 231

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

Shades of Blue Chalk #DCBDE7

Tints of Blue Chalk #DCBDE7

RGB

 RED value IS 220 (86.33% from 255) = 34.38%

 GREEN value IS 189 (74.22% from 255) = 29.53%

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

R = 34.38%
G = 29.53%
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

#DCBDE7 (or 0xDCBDE7) is known color: Blue Chalk. HEX triplet: DC, BD and E7. RGB value is (220,189,231). Sum of RGB (Red+Green+Blue) = 220+189+231=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 189 (74.22% from 255 or 29.53% 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 #DCBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDE7 is #234218. Grayscale: #CACACA. Windows color (decimal): -2310681 or 15187420. OLE color: 15187420.

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

Color convert

RGB 220 189 231 -
CMYK 0.05 0.18 0 0.09
HSL 284.29º 0.47% 0.82% -
HSV(B) 284.29º 0.18% 0.91% -
XYZ 62.14 57.38 83.4 -
YUV 203.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 220 189 231 0.05 0.18 0 0.09 284.29 0.47 0.82
Hex DC BD E7 5 12 0 9 11C 2F 52
Octal 334 275 347 5 22 0 11 434 57 122
Binary 11011100 10111101 11100111 101 10010 0 1001 100011100 101111 1010010

Color Harmonies of #DCBDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDE7

Black with #DCBDE7

Text Example


Text Example

White with #DCBDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDE7; }

 p { color: rgb(220,189,231); }

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

background-color css

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

 a { background-color: rgb(220,189,231); }

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

border-color css

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

 span { border-color: rgb(220,189,231); }

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