Html Css Color HEX #CBBDDB Moon Raker

📋 copy color: '#CBBDDB'

red 203 ◦ green 189 ◦ blue 219

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

Shades of Moon Raker #CBBDDB

Tints of Moon Raker #CBBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.93%

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

R = 33.22%
G = 30.93%
B = 35.84%

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

#CBBDDB (or 0xCBBDDB) is known color: Moon Raker. HEX triplet: CB, BD and DB. RGB value is (203,189,219). Sum of RGB (Red+Green+Blue) = 203+189+219=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDDB is #344224. Grayscale: #C4C4C4. Windows color (decimal): -3424805 or 14400971. OLE color: 14400971.

HSL color Cylindrical-coordinate representation of color #CBBDDB: hue angle of 268º degrees, saturation: 0.29, 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 #CBBDDB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 189 219 -
CMYK 0.07 0.14 0 0.14
HSL 268º 0.29% 0.8% -
HSV(B) 268º 0.14% 0.86% -
XYZ 55.61 54.21 74.55 -
YUV 196.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 203 189 219 0.07 0.14 0 0.14 268 0.29 0.8
Hex CB BD DB 7 E 0 E 10C 1D 50
Octal 313 275 333 7 16 0 16 414 35 120
Binary 11001011 10111101 11011011 111 1110 0 1110 100001100 11101 1010000

Color Harmonies of #CBBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDDB

Black with #CBBDDB

Text Example


Text Example

White with #CBBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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