Html Css Color HEX #DFCBEE Blue Chalk

📋 copy color: '#DFCBEE'

red 223 ◦ green 203 ◦ blue 238

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

Shades of Blue Chalk #DFCBEE

Tints of Blue Chalk #DFCBEE

RGB

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

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

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

R = 33.58%
G = 30.57%
B = 35.84%

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

#DFCBEE (or 0xDFCBEE) is known color: Blue Chalk. HEX triplet: DF, CB and EE. RGB value is (223,203,238). Sum of RGB (Red+Green+Blue) = 223+203+238=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFCBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBEE is #203411. Grayscale: #D4D4D4. Windows color (decimal): -2110482 or 15649759. OLE color: 15649759.

HSL color Cylindrical-coordinate representation of color #DFCBEE: hue angle of 274.29º 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 #DFCBEE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 203 238 -
CMYK 0.06 0.15 0 0.07
HSL 274.29º 0.51% 0.86% -
HSV(B) 274.29º 0.15% 0.93% -
XYZ 67.22 64.57 89.81 -
YUV 212.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 223 203 238 0.06 0.15 0 0.07 274.29 0.51 0.86
Hex DF CB EE 6 F 0 7 112 33 56
Octal 337 313 356 6 17 0 7 422 63 126
Binary 11011111 11001011 11101110 110 1111 0 111 100010010 110011 1010110

Color Harmonies of #DFCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBEE

Black with #DFCBEE

Text Example


Text Example

White with #DFCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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