Html Css Color HEX #DEC1EB Blue Chalk

📋 copy color: '#DEC1EB'

red 222 ◦ green 193 ◦ blue 235

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

Shades of Blue Chalk #DEC1EB

Tints of Blue Chalk #DEC1EB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.69%

 BLUE value IS 235 (92.19% from 255) = 36.15%

R = 34.15%
G = 29.69%
B = 36.15%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEC1EB (or 0xDEC1EB) is known color: Blue Chalk. HEX triplet: DE, C1 and EB. RGB value is (222,193,235). Sum of RGB (Red+Green+Blue) = 222+193+235=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1EB is #213E14. Grayscale: #CECECE. Windows color (decimal): -2178581 or 15450590. OLE color: 15450590.

HSL color Cylindrical-coordinate representation of color #DEC1EB: hue angle of 281.43º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC1EB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 193 235 -
CMYK 0.06 0.18 0 0.08
HSL 281.43º 0.51% 0.84% -
HSV(B) 281.43º 0.18% 0.92% -
XYZ 64.19 59.67 86.73 -
YUV 206.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 222 193 235 0.06 0.18 0 0.08 281.43 0.51 0.84
Hex DE C1 EB 6 12 0 8 119 33 54
Octal 336 301 353 6 22 0 10 431 63 124
Binary 11011110 11000001 11101011 110 10010 0 1000 100011001 110011 1010100

Color Harmonies of #DEC1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC1EB

Black with #DEC1EB

Text Example


Text Example

White with #DEC1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC1EB; }

 p { color: rgb(222,193,235); }

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

background-color css

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

 a { background-color: rgb(222,193,235); }

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

border-color css

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

 span { border-color: rgb(222,193,235); }

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