Html Css Color HEX #CABBDC Moon Raker

📋 copy color: '#CABBDC'

red 202 ◦ green 187 ◦ blue 220

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

Shades of Moon Raker #CABBDC

Tints of Moon Raker #CABBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 33.17%
G = 30.71%
B = 36.12%

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

#CABBDC (or 0xCABBDC) is known color: Moon Raker. HEX triplet: CA, BB and DC. RGB value is (202,187,220). Sum of RGB (Red+Green+Blue) = 202+187+220=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBDC is #354423. Grayscale: #C3C3C3. Windows color (decimal): -3490852 or 14465994. OLE color: 14465994.

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

Color convert

RGB 202 187 220 -
CMYK 0.08 0.15 0 0.14
HSL 267.27º 0.32% 0.8% -
HSV(B) 267.27º 0.15% 0.86% -
XYZ 55.05 53.26 75.09 -
YUV 195.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 202 187 220 0.08 0.15 0 0.14 267.27 0.32 0.8
Hex CA BB DC 8 F 0 E 10B 20 50
Octal 312 273 334 10 17 0 16 413 40 120
Binary 11001010 10111011 11011100 1000 1111 0 1110 100001011 100000 1010000

Color Harmonies of #CABBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBDC

Black with #CABBDC

Text Example


Text Example

White with #CABBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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