Html Css Color HEX #CBB9DD Moon Raker

📋 copy color: '#CBB9DD'

red 203 ◦ green 185 ◦ blue 221

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

Shades of Moon Raker #CBB9DD

Tints of Moon Raker #CBB9DD

RGB

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

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

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

R = 33.33%
G = 30.38%
B = 36.29%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBB9DD (or 0xCBB9DD) is known color: Moon Raker. HEX triplet: CB, B9 and DD. RGB value is (203,185,221). Sum of RGB (Red+Green+Blue) = 203+185+221=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9DD is #344622. Grayscale: #C2C2C2. Windows color (decimal): -3425827 or 14531019. OLE color: 14531019.

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

Color convert

RGB 203 185 221 -
CMYK 0.08 0.16 0 0.13
HSL 270º 0.35% 0.8% -
HSV(B) 270º 0.16% 0.87% -
XYZ 55.03 52.61 75.66 -
YUV 194.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 203 185 221 0.08 0.16 0 0.13 270 0.35 0.8
Hex CB B9 DD 8 10 0 D 10E 23 50
Octal 313 271 335 10 20 0 15 416 43 120
Binary 11001011 10111001 11011101 1000 10000 0 1101 100001110 100011 1010000

Color Harmonies of #CBB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB9DD

Black with #CBB9DD

Text Example


Text Example

White with #CBB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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