Html Css Color HEX #DFCAEE Blue Chalk

📋 copy color: '#DFCAEE'

red 223 ◦ green 202 ◦ blue 238

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

Shades of Blue Chalk #DFCAEE

Tints of Blue Chalk #DFCAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.9%

R = 33.63%
G = 30.47%
B = 35.9%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFCAEE (or 0xDFCAEE) is known color: Blue Chalk. HEX triplet: DF, CA and EE. RGB value is (223,202,238). Sum of RGB (Red+Green+Blue) = 223+202+238=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAEE is #203511. Grayscale: #D4D4D4. Windows color (decimal): -2110738 or 15649503. OLE color: 15649503.

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

Color convert

RGB 223 202 238 -
CMYK 0.06 0.15 0 0.07
HSL 275º 0.51% 0.86% -
HSV(B) 275º 0.15% 0.93% -
XYZ 66.98 64.1 89.73 -
YUV 212.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 223 202 238 0.06 0.15 0 0.07 275 0.51 0.86
Hex DF CA EE 6 F 0 7 113 33 56
Octal 337 312 356 6 17 0 7 423 63 126
Binary 11011111 11001010 11101110 110 1111 0 111 100010011 110011 1010110

Color Harmonies of #DFCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAEE

Black with #DFCAEE

Text Example


Text Example

White with #DFCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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