Html Css Color HEX #CABCD9 Moon Raker

📋 copy color: '#CABCD9'

red 202 ◦ green 188 ◦ blue 217

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

Shades of Moon Raker #CABCD9

Tints of Moon Raker #CABCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.75%

R = 33.28%
G = 30.97%
B = 35.75%

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

#CABCD9 (or 0xCABCD9) is known color: Moon Raker. HEX triplet: CA, BC and D9. RGB value is (202,188,217). Sum of RGB (Red+Green+Blue) = 202+188+217=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #CABCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD9 is #354326. Grayscale: #C3C3C3. Windows color (decimal): -3490599 or 14269642. OLE color: 14269642.

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

Color convert

RGB 202 188 217 -
CMYK 0.07 0.13 0 0.15
HSL 268.97º 0.28% 0.79% -
HSV(B) 268.97º 0.13% 0.85% -
XYZ 54.86 53.53 73.09 -
YUV 195.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 202 188 217 0.07 0.13 0 0.15 268.97 0.28 0.79
Hex CA BC D9 7 D 0 F 10D 1C 4F
Octal 312 274 331 7 15 0 17 415 34 117
Binary 11001010 10111100 11011001 111 1101 0 1111 100001101 11100 1001111

Color Harmonies of #CABCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCD9

Black with #CABCD9

Text Example


Text Example

White with #CABCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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