Html Css Color HEX #DEC7ED Blue Chalk

📋 copy color: '#DEC7ED'

red 222 ◦ green 199 ◦ blue 237

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

Shades of Blue Chalk #DEC7ED

Tints of Blue Chalk #DEC7ED

RGB

 RED value IS 222 (87.11% from 255) = 33.74%

 GREEN value IS 199 (78.13% from 255) = 30.24%

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 33.74%
G = 30.24%
B = 36.02%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEC7ED (or 0xDEC7ED) is known color: Blue Chalk. HEX triplet: DE, C7 and ED. RGB value is (222,199,237). Sum of RGB (Red+Green+Blue) = 222+199+237=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC7ED is #213812. Grayscale: #D2D2D2. Windows color (decimal): -2177043 or 15583198. OLE color: 15583198.

HSL color Cylindrical-coordinate representation of color #DEC7ED: hue angle of 276.32º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC7ED is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 199 237 -
CMYK 0.06 0.16 0 0.07
HSL 276.32º 0.51% 0.85% -
HSV(B) 276.32º 0.16% 0.93% -
XYZ 65.83 62.49 88.71 -
YUV 210.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 222 199 237 0.06 0.16 0 0.07 276.32 0.51 0.85
Hex DE C7 ED 6 10 0 7 114 33 55
Octal 336 307 355 6 20 0 7 424 63 125
Binary 11011110 11000111 11101101 110 10000 0 111 100010100 110011 1010101

Color Harmonies of #DEC7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC7ED

Black with #DEC7ED

Text Example


Text Example

White with #DEC7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC7ED; }

 p { color: rgb(222,199,237); }

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

background-color css

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

 a { background-color: rgb(222,199,237); }

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

border-color css

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

 span { border-color: rgb(222,199,237); }

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