Html Css Color HEX #CBB2DD Prelude

📋 copy color: '#CBB2DD'

red 203 ◦ green 178 ◦ blue 221

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

Shades of Prelude #CBB2DD

Tints of Prelude #CBB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.57%

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

R = 33.72%
G = 29.57%
B = 36.71%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBB2DD (or 0xCBB2DD) is known color: Prelude. HEX triplet: CB, B2 and DD. RGB value is (203,178,221). Sum of RGB (Red+Green+Blue) = 203+178+221=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2DD is #344D22. Grayscale: #BEBEBE. Windows color (decimal): -3427619 or 14529227. OLE color: 14529227.

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

Color convert

RGB 203 178 221 -
CMYK 0.08 0.19 0 0.13
HSL 274.88º 0.39% 0.78% -
HSV(B) 274.88º 0.19% 0.87% -
XYZ 53.6 49.76 75.19 -
YUV 190.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 203 178 221 0.08 0.19 0 0.13 274.88 0.39 0.78
Hex CB B2 DD 8 13 0 D 113 27 4E
Octal 313 262 335 10 23 0 15 423 47 116
Binary 11001011 10110010 11011101 1000 10011 0 1101 100010011 100111 1001110

Color Harmonies of #CBB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB2DD

Black with #CBB2DD

Text Example


Text Example

White with #CBB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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