Html Css Color HEX #CBBDDA Moon Raker

📋 copy color: '#CBBDDA'

red 203 ◦ green 189 ◦ blue 218

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

Shades of Moon Raker #CBBDDA

Tints of Moon Raker #CBBDDA

RGB

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

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

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

R = 33.28%
G = 30.98%
B = 35.74%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBBDDA (or 0xCBBDDA) is known color: Moon Raker. HEX triplet: CB, BD and DA. RGB value is (203,189,218). Sum of RGB (Red+Green+Blue) = 203+189+218=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDDA is #344225. Grayscale: #C4C4C4. Windows color (decimal): -3424806 or 14335435. OLE color: 14335435.

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

Color convert

RGB 203 189 218 -
CMYK 0.07 0.13 0 0.15
HSL 268.97º 0.28% 0.8% -
HSV(B) 268.97º 0.13% 0.85% -
XYZ 55.48 54.15 73.86 -
YUV 196.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 203 189 218 0.07 0.13 0 0.15 268.97 0.28 0.8
Hex CB BD DA 7 D 0 F 10D 1C 50
Octal 313 275 332 7 15 0 17 415 34 120
Binary 11001011 10111101 11011010 111 1101 0 1111 100001101 11100 1010000

Color Harmonies of #CBBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDDA

Black with #CBBDDA

Text Example


Text Example

White with #CBBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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