Html Css Color HEX #CABCDB Moon Raker

📋 copy color: '#CABCDB'

red 202 ◦ green 188 ◦ blue 219

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

Shades of Moon Raker #CABCDB

Tints of Moon Raker #CABCDB

RGB

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

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

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

R = 33.17%
G = 30.87%
B = 35.96%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CABCDB (or 0xCABCDB) is known color: Moon Raker. HEX triplet: CA, BC and DB. RGB value is (202,188,219). Sum of RGB (Red+Green+Blue) = 202+188+219=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #CABCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCDB is #354324. Grayscale: #C3C3C3. Windows color (decimal): -3490597 or 14400714. OLE color: 14400714.

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

Color convert

RGB 202 188 219 -
CMYK 0.08 0.14 0 0.14
HSL 267.1º 0.3% 0.8% -
HSV(B) 267.1º 0.14% 0.86% -
XYZ 55.13 53.64 74.47 -
YUV 195.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 202 188 219 0.08 0.14 0 0.14 267.1 0.3 0.8
Hex CA BC DB 8 E 0 E 10B 1E 50
Octal 312 274 333 10 16 0 16 413 36 120
Binary 11001010 10111100 11011011 1000 1110 0 1110 100001011 11110 1010000

Color Harmonies of #CABCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCDB

Black with #CABCDB

Text Example


Text Example

White with #CABCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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