Html Css Color HEX #CABCDA Moon Raker

📋 copy color: '#CABCDA'

red 202 ◦ green 188 ◦ blue 218

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

Shades of Moon Raker #CABCDA

Tints of Moon Raker #CABCDA

RGB

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

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

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

R = 33.22%
G = 30.92%
B = 35.86%

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

#CABCDA (or 0xCABCDA) is known color: Moon Raker. HEX triplet: CA, BC and DA. RGB value is (202,188,218). Sum of RGB (Red+Green+Blue) = 202+188+218=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCDA is #354325. Grayscale: #C3C3C3. Windows color (decimal): -3490598 or 14335178. OLE color: 14335178.

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

Color convert

RGB 202 188 218 -
CMYK 0.07 0.14 0 0.15
HSL 268º 0.29% 0.8% -
HSV(B) 268º 0.14% 0.85% -
XYZ 55 53.58 73.77 -
YUV 195.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 202 188 218 0.07 0.14 0 0.15 268 0.29 0.8
Hex CA BC DA 7 E 0 F 10C 1D 50
Octal 312 274 332 7 16 0 17 414 35 120
Binary 11001010 10111100 11011010 111 1110 0 1111 100001100 11101 1010000

Color Harmonies of #CABCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCDA

Black with #CABCDA

Text Example


Text Example

White with #CABCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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