Html Css Color HEX #DFCBE4 Blue Chalk

📋 copy color: '#DFCBE4'

red 223 ◦ green 203 ◦ blue 228

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

Shades of Blue Chalk #DFCBE4

Tints of Blue Chalk #DFCBE4

RGB

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

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

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

R = 34.1%
G = 31.04%
B = 34.86%

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

#DFCBE4 (or 0xDFCBE4) is known color: Blue Chalk. HEX triplet: DF, CB and E4. RGB value is (223,203,228). Sum of RGB (Red+Green+Blue) = 223+203+228=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFCBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBE4 is #20341B. Grayscale: #D3D3D3. Windows color (decimal): -2110492 or 14994399. OLE color: 14994399.

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

Color convert

RGB 223 203 228 -
CMYK 0.02 0.11 0 0.11
HSL 288º 0.32% 0.85% -
HSV(B) 288º 0.11% 0.89% -
XYZ 65.79 64 82.28 -
YUV 211.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 223 203 228 0.02 0.11 0 0.11 288 0.32 0.85
Hex DF CB E4 2 B 0 B 120 20 55
Octal 337 313 344 2 13 0 13 440 40 125
Binary 11011111 11001011 11100100 10 1011 0 1011 100100000 100000 1010101

Color Harmonies of #DFCBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBE4

Black with #DFCBE4

Text Example


Text Example

White with #DFCBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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