Html Css Color HEX #DDBFE9 Blue Chalk

📋 copy color: '#DDBFE9'

red 221 ◦ green 191 ◦ blue 233

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

Shades of Blue Chalk #DDBFE9

Tints of Blue Chalk #DDBFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.12%

R = 34.26%
G = 29.61%
B = 36.12%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDBFE9 (or 0xDDBFE9) is known color: Blue Chalk. HEX triplet: DD, BF and E9. RGB value is (221,191,233). Sum of RGB (Red+Green+Blue) = 221+191+233=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDBFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFE9 is #224016. Grayscale: #CCCCCC. Windows color (decimal): -2244631 or 15319005. OLE color: 15319005.

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

Color convert

RGB 221 191 233 -
CMYK 0.05 0.18 0 0.09
HSL 282.86º 0.49% 0.83% -
HSV(B) 282.86º 0.18% 0.91% -
XYZ 63.16 58.52 85.06 -
YUV 204.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 221 191 233 0.05 0.18 0 0.09 282.86 0.49 0.83
Hex DD BF E9 5 12 0 9 11B 31 53
Octal 335 277 351 5 22 0 11 433 61 123
Binary 11011101 10111111 11101001 101 10010 0 1001 100011011 110001 1010011

Color Harmonies of #DDBFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFE9

Black with #DDBFE9

Text Example


Text Example

White with #DDBFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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