Html Css Color HEX #DDCBE2 Blue Chalk

📋 copy color: '#DDCBE2'

red 221 ◦ green 203 ◦ blue 226

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

Shades of Blue Chalk #DDCBE2

Tints of Blue Chalk #DDCBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.77%

R = 34%
G = 31.23%
B = 34.77%

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

#DDCBE2 (or 0xDDCBE2) is known color: Blue Chalk. HEX triplet: DD, CB and E2. RGB value is (221,203,226). Sum of RGB (Red+Green+Blue) = 221+203+226=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDCBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBE2 is #22341D. Grayscale: #D2D2D2. Windows color (decimal): -2241566 or 14863325. OLE color: 14863325.

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

Color convert

RGB 221 203 226 -
CMYK 0.02 0.10 0 0.11
HSL 286.96º 0.28% 0.84% -
HSV(B) 286.96º 0.1% 0.89% -
XYZ 64.9 63.58 80.8 -
YUV 211 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 221 203 226 0.02 0.10 0 0.11 286.96 0.28 0.84
Hex DD CB E2 2 A 0 B 11F 1C 54
Octal 335 313 342 2 12 0 13 437 34 124
Binary 11011101 11001011 11100010 10 1010 0 1011 100011111 11100 1010100

Color Harmonies of #DDCBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCBE2

Black with #DDCBE2

Text Example


Text Example

White with #DDCBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCBE2; }

 p { color: rgb(221,203,226); }

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

background-color css

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

 a { background-color: rgb(221,203,226); }

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

border-color css

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

 span { border-color: rgb(221,203,226); }

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