Html Css Color HEX #DFCBE6 Blue Chalk

📋 copy color: '#DFCBE6'

red 223 ◦ green 203 ◦ blue 230

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

Shades of Blue Chalk #DFCBE6

Tints of Blue Chalk #DFCBE6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.95%

 BLUE value IS 230 (90.23% from 255) = 35.06%

R = 33.99%
G = 30.95%
B = 35.06%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DFCBE6 (or 0xDFCBE6) is known color: Blue Chalk. HEX triplet: DF, CB and E6. RGB value is (223,203,230). Sum of RGB (Red+Green+Blue) = 223+203+230=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBE6 is #203419. Grayscale: #D3D3D3. Windows color (decimal): -2110490 or 15125471. OLE color: 15125471.

HSL color Cylindrical-coordinate representation of color #DFCBE6: hue angle of 284.44º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCBE6 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 203 230 -
CMYK 0.03 0.12 0 0.10
HSL 284.44º 0.35% 0.85% -
HSV(B) 284.44º 0.12% 0.9% -
XYZ 66.07 64.11 83.76 -
YUV 212.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 223 203 230 0.03 0.12 0 0.10 284.44 0.35 0.85
Hex DF CB E6 3 C 0 A 11C 23 55
Octal 337 313 346 3 14 0 12 434 43 125
Binary 11011111 11001011 11100110 11 1100 0 1010 100011100 100011 1010101

Color Harmonies of #DFCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBE6

Black with #DFCBE6

Text Example


Text Example

White with #DFCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBE6; }

 p { color: rgb(223,203,230); }

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

background-color css

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

 a { background-color: rgb(223,203,230); }

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

border-color css

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

 span { border-color: rgb(223,203,230); }

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