Html Css Color HEX #DFCEED Blue Chalk

📋 copy color: '#DFCEED'

red 223 ◦ green 206 ◦ blue 237

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

Shades of Blue Chalk #DFCEED

Tints of Blue Chalk #DFCEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.93%

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

R = 33.48%
G = 30.93%
B = 35.59%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFCEED (or 0xDFCEED) is known color: Blue Chalk. HEX triplet: DF, CE and ED. RGB value is (223,206,237). Sum of RGB (Red+Green+Blue) = 223+206+237=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEED is #203112. Grayscale: #D6D6D6. Windows color (decimal): -2109715 or 15584991. OLE color: 15584991.

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

Color convert

RGB 223 206 237 -
CMYK 0.06 0.13 0 0.07
HSL 272.9º 0.46% 0.87% -
HSV(B) 272.9º 0.13% 0.93% -
XYZ 67.79 65.95 89.28 -
YUV 214.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 223 206 237 0.06 0.13 0 0.07 272.9 0.46 0.87
Hex DF CE ED 6 D 0 7 111 2E 57
Octal 337 316 355 6 15 0 7 421 56 127
Binary 11011111 11001110 11101101 110 1101 0 111 100010001 101110 1010111

Color Harmonies of #DFCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCEED

Black with #DFCEED

Text Example


Text Example

White with #DFCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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