Html Css Color HEX #DFCAE4 Blue Chalk

📋 copy color: '#DFCAE4'

red 223 ◦ green 202 ◦ blue 228

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

Shades of Blue Chalk #DFCAE4

Tints of Blue Chalk #DFCAE4

RGB

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

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

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

R = 34.15%
G = 30.93%
B = 34.92%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFCAE4 (or 0xDFCAE4) is known color: Blue Chalk. HEX triplet: DF, CA and E4. RGB value is (223,202,228). Sum of RGB (Red+Green+Blue) = 223+202+228=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFCAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAE4 is #20351B. Grayscale: #D3D3D3. Windows color (decimal): -2110748 or 14994143. OLE color: 14994143.

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

Color convert

RGB 223 202 228 -
CMYK 0.02 0.11 0 0.11
HSL 288.46º 0.33% 0.84% -
HSV(B) 288.46º 0.11% 0.89% -
XYZ 65.56 63.53 82.21 -
YUV 211.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 223 202 228 0.02 0.11 0 0.11 288.46 0.33 0.84
Hex DF CA E4 2 B 0 B 120 20 54
Octal 337 312 344 2 13 0 13 440 40 124
Binary 11011111 11001010 11100100 10 1011 0 1011 100100000 100000 1010100

Color Harmonies of #DFCAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAE4

Black with #DFCAE4

Text Example


Text Example

White with #DFCAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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