Html Css Color HEX #DFCEE4 Blue Chalk

📋 copy color: '#DFCEE4'

red 223 ◦ green 206 ◦ blue 228

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

Shades of Blue Chalk #DFCEE4

Tints of Blue Chalk #DFCEE4

RGB

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

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

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

R = 33.94%
G = 31.35%
B = 34.7%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFCEE4 (or 0xDFCEE4) is known color: Blue Chalk. HEX triplet: DF, CE and E4. RGB value is (223,206,228). Sum of RGB (Red+Green+Blue) = 223+206+228=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCEE4 is #20311B. Grayscale: #D5D5D5. Windows color (decimal): -2109724 or 14995167. OLE color: 14995167.

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

Color convert

RGB 223 206 228 -
CMYK 0.02 0.10 0 0.11
HSL 286.36º 0.29% 0.85% -
HSV(B) 286.36º 0.1% 0.89% -
XYZ 66.51 65.43 82.52 -
YUV 213.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 223 206 228 0.02 0.10 0 0.11 286.36 0.29 0.85
Hex DF CE E4 2 A 0 B 11E 1D 55
Octal 337 316 344 2 12 0 13 436 35 125
Binary 11011111 11001110 11100100 10 1010 0 1011 100011110 11101 1010101

Color Harmonies of #DFCEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCEE4

Black with #DFCEE4

Text Example


Text Example

White with #DFCEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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