Html Css Color HEX #CBBCDB Moon Raker

📋 copy color: '#CBBCDB'

red 203 ◦ green 188 ◦ blue 219

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

Shades of Moon Raker #CBBCDB

Tints of Moon Raker #CBBCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.82%

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 33.28%
G = 30.82%
B = 35.9%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBBCDB (or 0xCBBCDB) is known color: Moon Raker. HEX triplet: CB, BC and DB. RGB value is (203,188,219). Sum of RGB (Red+Green+Blue) = 203+188+219=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCDB is #344324. Grayscale: #C3C3C3. Windows color (decimal): -3425061 or 14400715. OLE color: 14400715.

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

Color convert

RGB 203 188 219 -
CMYK 0.07 0.14 0 0.14
HSL 269.03º 0.3% 0.8% -
HSV(B) 269.03º 0.14% 0.86% -
XYZ 55.4 53.78 74.48 -
YUV 196.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 203 188 219 0.07 0.14 0 0.14 269.03 0.3 0.8
Hex CB BC DB 7 E 0 E 10D 1E 50
Octal 313 274 333 7 16 0 16 415 36 120
Binary 11001011 10111100 11011011 111 1110 0 1110 100001101 11110 1010000

Color Harmonies of #CBBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBCDB

Black with #CBBCDB

Text Example


Text Example

White with #CBBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBCDB; }

 p { color: rgb(203,188,219); }

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

background-color css

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

 a { background-color: rgb(203,188,219); }

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

border-color css

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

 span { border-color: rgb(203,188,219); }

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