Html Css Color HEX #DEC7E4 Blue Chalk

📋 copy color: '#DEC7E4'

red 222 ◦ green 199 ◦ blue 228

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

Shades of Blue Chalk #DEC7E4

Tints of Blue Chalk #DEC7E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.13%

R = 34.21%
G = 30.66%
B = 35.13%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DEC7E4 (or 0xDEC7E4) is known color: Blue Chalk. HEX triplet: DE, C7 and E4. RGB value is (222,199,228). Sum of RGB (Red+Green+Blue) = 222+199+228=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEC7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7E4 is #21381B. Grayscale: #D1D1D1. Windows color (decimal): -2177052 or 14993374. OLE color: 14993374.

HSL color Cylindrical-coordinate representation of color #DEC7E4: hue angle of 287.59º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC7E4 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 199 228 -
CMYK 0.03 0.13 0 0.11
HSL 287.59º 0.35% 0.84% -
HSV(B) 287.59º 0.13% 0.89% -
XYZ 64.55 61.98 81.96 -
YUV 209.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 222 199 228 0.03 0.13 0 0.11 287.59 0.35 0.84
Hex DE C7 E4 3 D 0 B 120 23 54
Octal 336 307 344 3 15 0 13 440 43 124
Binary 11011110 11000111 11100100 11 1101 0 1011 100100000 100011 1010100

Color Harmonies of #DEC7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC7E4

Black with #DEC7E4

Text Example


Text Example

White with #DEC7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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