Html Css Color HEX #CABDD8 Moon Raker

📋 copy color: '#CABDD8'

red 202 ◦ green 189 ◦ blue 216

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

Shades of Moon Raker #CABDD8

Tints of Moon Raker #CABDD8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.14%

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

R = 33.28%
G = 31.14%
B = 35.58%

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

#CABDD8 (or 0xCABDD8) is known color: Moon Raker. HEX triplet: CA, BD and D8. RGB value is (202,189,216). Sum of RGB (Red+Green+Blue) = 202+189+216=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #CABDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD8 is #354227. Grayscale: #C3C3C3. Windows color (decimal): -3490344 or 14204362. OLE color: 14204362.

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

Color convert

RGB 202 189 216 -
CMYK 0.06 0.12 0 0.15
HSL 268.89º 0.26% 0.79% -
HSV(B) 268.89º 0.13% 0.85% -
XYZ 54.95 53.91 72.48 -
YUV 195.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 202 189 216 0.06 0.12 0 0.15 268.89 0.26 0.79
Hex CA BD D8 6 C 0 F 10D 1A 4F
Octal 312 275 330 6 14 0 17 415 32 117
Binary 11001010 10111101 11011000 110 1100 0 1111 100001101 11010 1001111

Color Harmonies of #CABDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDD8

Black with #CABDD8

Text Example


Text Example

White with #CABDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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