Html Css Color HEX #DFCCEC Blue Chalk

📋 copy color: '#DFCCEC'

red 223 ◦ green 204 ◦ blue 236

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

Shades of Blue Chalk #DFCCEC

Tints of Blue Chalk #DFCCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.6%

R = 33.63%
G = 30.77%
B = 35.6%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFCCEC (or 0xDFCCEC) is known color: Blue Chalk. HEX triplet: DF, CC and EC. RGB value is (223,204,236). Sum of RGB (Red+Green+Blue) = 223+204+236=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCEC is #203313. Grayscale: #D5D5D5. Windows color (decimal): -2110228 or 15518943. OLE color: 15518943.

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

Color convert

RGB 223 204 236 -
CMYK 0.06 0.14 0 0.07
HSL 275.63º 0.46% 0.86% -
HSV(B) 275.63º 0.14% 0.93% -
XYZ 67.16 64.93 88.35 -
YUV 213.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 223 204 236 0.06 0.14 0 0.07 275.63 0.46 0.86
Hex DF CC EC 6 E 0 7 114 2E 56
Octal 337 314 354 6 16 0 7 424 56 126
Binary 11011111 11001100 11101100 110 1110 0 111 100010100 101110 1010110

Color Harmonies of #DFCCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCEC

Black with #DFCCEC

Text Example


Text Example

White with #DFCCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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