Html Css Color HEX #DFCCEB Blue Chalk

📋 copy color: '#DFCCEB'

red 223 ◦ green 204 ◦ blue 235

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

Shades of Blue Chalk #DFCCEB

Tints of Blue Chalk #DFCCEB

RGB

 RED value IS 223 (87.5% from 255) = 33.69%

 GREEN value IS 204 (80.08% from 255) = 30.82%

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

R = 33.69%
G = 30.82%
B = 35.5%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFCCEB (or 0xDFCCEB) is known color: Blue Chalk. HEX triplet: DF, CC and EB. RGB value is (223,204,235). Sum of RGB (Red+Green+Blue) = 223+204+235=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCEB is #203314. Grayscale: #D5D5D5. Windows color (decimal): -2110229 or 15453407. OLE color: 15453407.

HSL color Cylindrical-coordinate representation of color #DFCCEB: hue angle of 276.77º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFCCEB is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 204 235 -
CMYK 0.05 0.13 0 0.08
HSL 276.77º 0.44% 0.86% -
HSV(B) 276.77º 0.13% 0.92% -
XYZ 67.02 64.87 87.59 -
YUV 213.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 223 204 235 0.05 0.13 0 0.08 276.77 0.44 0.86
Hex DF CC EB 5 D 0 8 115 2C 56
Octal 337 314 353 5 15 0 10 425 54 126
Binary 11011111 11001100 11101011 101 1101 0 1000 100010101 101100 1010110

Color Harmonies of #DFCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCEB

Black with #DFCCEB

Text Example


Text Example

White with #DFCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCEB; }

 p { color: rgb(223,204,235); }

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

background-color css

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

 a { background-color: rgb(223,204,235); }

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

border-color css

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

 span { border-color: rgb(223,204,235); }

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