Html Css Color HEX #DFC2ED Blue Chalk

📋 copy color: '#DFC2ED'

red 223 ◦ green 194 ◦ blue 237

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

Shades of Blue Chalk #DFC2ED

Tints of Blue Chalk #DFC2ED

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.66%

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 34.1%
G = 29.66%
B = 36.24%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFC2ED (or 0xDFC2ED) is known color: Blue Chalk. HEX triplet: DF, C2 and ED. RGB value is (223,194,237). Sum of RGB (Red+Green+Blue) = 223+194+237=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2ED is #203D12. Grayscale: #CFCFCF. Windows color (decimal): -2112787 or 15581919. OLE color: 15581919.

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

Color convert

RGB 223 194 237 -
CMYK 0.06 0.18 0 0.07
HSL 280.47º 0.54% 0.85% -
HSV(B) 280.47º 0.18% 0.93% -
XYZ 65.01 60.39 88.35 -
YUV 207.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 223 194 237 0.06 0.18 0 0.07 280.47 0.54 0.85
Hex DF C2 ED 6 12 0 7 118 36 55
Octal 337 302 355 6 22 0 7 430 66 125
Binary 11011111 11000010 11101101 110 10010 0 111 100011000 110110 1010101

Color Harmonies of #DFC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC2ED

Black with #DFC2ED

Text Example


Text Example

White with #DFC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC2ED; }

 p { color: rgb(223,194,237); }

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

background-color css

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

 a { background-color: rgb(223,194,237); }

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

border-color css

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

 span { border-color: rgb(223,194,237); }

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