Html Css Color HEX #CBB5D5 Prelude

📋 copy color: '#CBB5D5'

red 203 ◦ green 181 ◦ blue 213

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

Shades of Prelude #CBB5D5

Tints of Prelude #CBB5D5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.32%

 BLUE value IS 213 (83.59% from 255) = 35.68%

R = 34%
G = 30.32%
B = 35.68%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBB5D5 (or 0xCBB5D5) is known color: Prelude. HEX triplet: CB, B5 and D5. RGB value is (203,181,213). Sum of RGB (Red+Green+Blue) = 203+181+213=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5D5 is #344A2A. Grayscale: #BFBFBF. Windows color (decimal): -3426859 or 14005707. OLE color: 14005707.

HSL color Cylindrical-coordinate representation of color #CBB5D5: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB5D5 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 181 213 -
CMYK 0.05 0.15 0 0.16
HSL 281.25º 0.28% 0.77% -
HSV(B) 281.25º 0.15% 0.84% -
XYZ 53.16 50.55 69.91 -
YUV 191.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 203 181 213 0.05 0.15 0 0.16 281.25 0.28 0.77
Hex CB B5 D5 5 F 0 10 119 1C 4D
Octal 313 265 325 5 17 0 20 431 34 115
Binary 11001011 10110101 11010101 101 1111 0 10000 100011001 11100 1001101

Color Harmonies of #CBB5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB5D5

Black with #CBB5D5

Text Example


Text Example

White with #CBB5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB5D5; }

 p { color: rgb(203,181,213); }

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

background-color css

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

 a { background-color: rgb(203,181,213); }

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

border-color css

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

 span { border-color: rgb(203,181,213); }

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