Html Css Color HEX #DFCAEA Blue Chalk

📋 copy color: '#DFCAEA'

red 223 ◦ green 202 ◦ blue 234

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

Shades of Blue Chalk #DFCAEA

Tints of Blue Chalk #DFCAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.65%

 BLUE value IS 234 (91.8% from 255) = 35.51%

R = 33.84%
G = 30.65%
B = 35.51%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFCAEA (or 0xDFCAEA) is known color: Blue Chalk. HEX triplet: DF, CA and EA. RGB value is (223,202,234). Sum of RGB (Red+Green+Blue) = 223+202+234=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAEA is #203515. Grayscale: #D3D3D3. Windows color (decimal): -2110742 or 15387359. OLE color: 15387359.

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

Color convert

RGB 223 202 234 -
CMYK 0.05 0.14 0 0.08
HSL 279.38º 0.43% 0.85% -
HSV(B) 279.38º 0.14% 0.92% -
XYZ 66.4 63.87 86.67 -
YUV 211.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 223 202 234 0.05 0.14 0 0.08 279.38 0.43 0.85
Hex DF CA EA 5 E 0 8 117 2B 55
Octal 337 312 352 5 16 0 10 427 53 125
Binary 11011111 11001010 11101010 101 1110 0 1000 100010111 101011 1010101

Color Harmonies of #DFCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAEA

Black with #DFCAEA

Text Example


Text Example

White with #DFCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAEA; }

 p { color: rgb(223,202,234); }

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

background-color css

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

 a { background-color: rgb(223,202,234); }

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

border-color css

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

 span { border-color: rgb(223,202,234); }

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