Html Css Color HEX #CBBADC Moon Raker

📋 copy color: '#CBBADC'

red 203 ◦ green 186 ◦ blue 220

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

Shades of Moon Raker #CBBADC

Tints of Moon Raker #CBBADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.54%

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 33.33%
G = 30.54%
B = 36.12%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBBADC (or 0xCBBADC) is known color: Moon Raker. HEX triplet: CB, BA and DC. RGB value is (203,186,220). Sum of RGB (Red+Green+Blue) = 203+186+220=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBADC is #344523. Grayscale: #C2C2C2. Windows color (decimal): -3425572 or 14465739. OLE color: 14465739.

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

Color convert

RGB 203 186 220 -
CMYK 0.08 0.15 0 0.14
HSL 270º 0.33% 0.8% -
HSV(B) 270º 0.15% 0.86% -
XYZ 55.11 52.98 75.03 -
YUV 194.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 203 186 220 0.08 0.15 0 0.14 270 0.33 0.8
Hex CB BA DC 8 F 0 E 10E 21 50
Octal 313 272 334 10 17 0 16 416 41 120
Binary 11001011 10111010 11011100 1000 1111 0 1110 100001110 100001 1010000

Color Harmonies of #CBBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBADC

Black with #CBBADC

Text Example


Text Example

White with #CBBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBADC; }

 p { color: rgb(203,186,220); }

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

background-color css

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

 a { background-color: rgb(203,186,220); }

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

border-color css

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

 span { border-color: rgb(203,186,220); }

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