Html Css Color HEX #CBB9DA Prelude

📋 copy color: '#CBB9DA'

red 203 ◦ green 185 ◦ blue 218

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

Shades of Prelude #CBB9DA

Tints of Prelude #CBB9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.53%

 BLUE value IS 218 (85.55% from 255) = 35.97%

R = 33.5%
G = 30.53%
B = 35.97%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBB9DA (or 0xCBB9DA) is known color: Prelude. HEX triplet: CB, B9 and DA. RGB value is (203,185,218). Sum of RGB (Red+Green+Blue) = 203+185+218=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9DA is #344625. Grayscale: #C2C2C2. Windows color (decimal): -3425830 or 14334411. OLE color: 14334411.

HSL color Cylindrical-coordinate representation of color #CBB9DA: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB9DA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 185 218 -
CMYK 0.07 0.15 0 0.15
HSL 272.73º 0.31% 0.79% -
HSV(B) 272.73º 0.15% 0.85% -
XYZ 54.63 52.46 73.58 -
YUV 194.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 203 185 218 0.07 0.15 0 0.15 272.73 0.31 0.79
Hex CB B9 DA 7 F 0 F 111 1F 4F
Octal 313 271 332 7 17 0 17 421 37 117
Binary 11001011 10111001 11011010 111 1111 0 1111 100010001 11111 1001111

Color Harmonies of #CBB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB9DA

Black with #CBB9DA

Text Example


Text Example

White with #CBB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB9DA; }

 p { color: rgb(203,185,218); }

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

background-color css

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

 a { background-color: rgb(203,185,218); }

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

border-color css

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

 span { border-color: rgb(203,185,218); }

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