Html Css Color HEX #DDBFE7 Blue Chalk

📋 copy color: '#DDBFE7'

red 221 ◦ green 191 ◦ blue 231

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

Shades of Blue Chalk #DDBFE7

Tints of Blue Chalk #DDBFE7

RGB

 RED value IS 221 (86.72% from 255) = 34.37%

 GREEN value IS 191 (75% from 255) = 29.7%

 BLUE value IS 231 (90.63% from 255) = 35.93%

R = 34.37%
G = 29.7%
B = 35.93%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDBFE7 (or 0xDDBFE7) is known color: Blue Chalk. HEX triplet: DD, BF and E7. RGB value is (221,191,231). Sum of RGB (Red+Green+Blue) = 221+191+231=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFE7 is #224018. Grayscale: #CCCCCC. Windows color (decimal): -2244633 or 15187933. OLE color: 15187933.

HSL color Cylindrical-coordinate representation of color #DDBFE7: hue angle of 285º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBFE7 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 191 231 -
CMYK 0.04 0.17 0 0.09
HSL 285º 0.45% 0.83% -
HSV(B) 285º 0.17% 0.91% -
XYZ 62.87 58.4 83.56 -
YUV 204.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 221 191 231 0.04 0.17 0 0.09 285 0.45 0.83
Hex DD BF E7 4 11 0 9 11D 2D 53
Octal 335 277 347 4 21 0 11 435 55 123
Binary 11011101 10111111 11100111 100 10001 0 1001 100011101 101101 1010011

Color Harmonies of #DDBFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFE7

Black with #DDBFE7

Text Example


Text Example

White with #DDBFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFE7; }

 p { color: rgb(221,191,231); }

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

background-color css

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

 a { background-color: rgb(221,191,231); }

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

border-color css

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

 span { border-color: rgb(221,191,231); }

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