Html Css Color HEX #CBB6DD Prelude

📋 copy color: '#CBB6DD'

red 203 ◦ green 182 ◦ blue 221

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

Shades of Prelude #CBB6DD

Tints of Prelude #CBB6DD

RGB

 RED value IS 203 (79.69% from 255) = 33.5%

 GREEN value IS 182 (71.48% from 255) = 30.03%

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 33.5%
G = 30.03%
B = 36.47%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBB6DD (or 0xCBB6DD) is known color: Prelude. HEX triplet: CB, B6 and DD. RGB value is (203,182,221). Sum of RGB (Red+Green+Blue) = 203+182+221=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6DD is #344922. Grayscale: #C0C0C0. Windows color (decimal): -3426595 or 14530251. OLE color: 14530251.

HSL color Cylindrical-coordinate representation of color #CBB6DD: hue angle of 272.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB6DD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 182 221 -
CMYK 0.08 0.18 0 0.13
HSL 272.31º 0.36% 0.79% -
HSV(B) 272.31º 0.18% 0.87% -
XYZ 54.41 51.37 75.45 -
YUV 192.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 203 182 221 0.08 0.18 0 0.13 272.31 0.36 0.79
Hex CB B6 DD 8 12 0 D 110 24 4F
Octal 313 266 335 10 22 0 15 420 44 117
Binary 11001011 10110110 11011101 1000 10010 0 1101 100010000 100100 1001111

Color Harmonies of #CBB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB6DD

Black with #CBB6DD

Text Example


Text Example

White with #CBB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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