Html Css Color HEX #CABBDA Moon Raker

📋 copy color: '#CABBDA'

red 202 ◦ green 187 ◦ blue 218

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

Shades of Moon Raker #CABBDA

Tints of Moon Raker #CABBDA

RGB

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

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

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

R = 33.28%
G = 30.81%
B = 35.91%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CABBDA (or 0xCABBDA) is known color: Moon Raker. HEX triplet: CA, BB and DA. RGB value is (202,187,218). Sum of RGB (Red+Green+Blue) = 202+187+218=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBDA is #354425. Grayscale: #C2C2C2. Windows color (decimal): -3490854 or 14334922. OLE color: 14334922.

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

Color convert

RGB 202 187 218 -
CMYK 0.07 0.14 0 0.15
HSL 269.03º 0.3% 0.79% -
HSV(B) 269.03º 0.14% 0.85% -
XYZ 54.78 53.16 73.7 -
YUV 195.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 202 187 218 0.07 0.14 0 0.15 269.03 0.3 0.79
Hex CA BB DA 7 E 0 F 10D 1E 4F
Octal 312 273 332 7 16 0 17 415 36 117
Binary 11001010 10111011 11011010 111 1110 0 1111 100001101 11110 1001111

Color Harmonies of #CABBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBDA

Black with #CABBDA

Text Example


Text Example

White with #CABBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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