Html Css Color HEX #CABBDB Moon Raker

📋 copy color: '#CABBDB'

red 202 ◦ green 187 ◦ blue 219

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

Shades of Moon Raker #CABBDB

Tints of Moon Raker #CABBDB

RGB

 RED value IS 202 (79.3% from 255) = 33.22%

 GREEN value IS 187 (73.44% from 255) = 30.76%

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

R = 33.22%
G = 30.76%
B = 36.02%

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

#CABBDB (or 0xCABBDB) is known color: Moon Raker. HEX triplet: CA, BB and DB. RGB value is (202,187,219). Sum of RGB (Red+Green+Blue) = 202+187+219=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #CABBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBDB is #354424. Grayscale: #C3C3C3. Windows color (decimal): -3490853 or 14400458. OLE color: 14400458.

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

Color convert

RGB 202 187 219 -
CMYK 0.08 0.15 0 0.14
HSL 268.13º 0.31% 0.8% -
HSV(B) 268.13º 0.15% 0.86% -
XYZ 54.91 53.21 74.39 -
YUV 195.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 202 187 219 0.08 0.15 0 0.14 268.13 0.31 0.8
Hex CA BB DB 8 F 0 E 10C 1F 50
Octal 312 273 333 10 17 0 16 414 37 120
Binary 11001010 10111011 11011011 1000 1111 0 1110 100001100 11111 1010000

Color Harmonies of #CABBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBDB

Black with #CABBDB

Text Example


Text Example

White with #CABBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBDB; }

 p { color: rgb(202,187,219); }

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

background-color css

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

 a { background-color: rgb(202,187,219); }

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

border-color css

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

 span { border-color: rgb(202,187,219); }

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