Html Css Color HEX #CABED8 Moon Raker

📋 copy color: '#CABED8'

red 202 ◦ green 190 ◦ blue 216

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

Shades of Moon Raker #CABED8

Tints of Moon Raker #CABED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.25%

 BLUE value IS 216 (84.77% from 255) = 35.53%

R = 33.22%
G = 31.25%
B = 35.53%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CABED8 (or 0xCABED8) is known color: Moon Raker. HEX triplet: CA, BE and D8. RGB value is (202,190,216). Sum of RGB (Red+Green+Blue) = 202+190+216=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #CABED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED8 is #354127. Grayscale: #C4C4C4. Windows color (decimal): -3490088 or 14204618. OLE color: 14204618.

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

Color convert

RGB 202 190 216 -
CMYK 0.06 0.12 0 0.15
HSL 267.69º 0.25% 0.8% -
HSV(B) 267.69º 0.12% 0.85% -
XYZ 55.17 54.34 72.55 -
YUV 196.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 202 190 216 0.06 0.12 0 0.15 267.69 0.25 0.8
Hex CA BE D8 6 C 0 F 10C 19 50
Octal 312 276 330 6 14 0 17 414 31 120
Binary 11001010 10111110 11011000 110 1100 0 1111 100001100 11001 1010000

Color Harmonies of #CABED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABED8

Black with #CABED8

Text Example


Text Example

White with #CABED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABED8; }

 p { color: rgb(202,190,216); }

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

background-color css

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

 a { background-color: rgb(202,190,216); }

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

border-color css

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

 span { border-color: rgb(202,190,216); }

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