Html Css Color HEX #CABDD9 Moon Raker

📋 copy color: '#CABDD9'

red 202 ◦ green 189 ◦ blue 217

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

Shades of Moon Raker #CABDD9

Tints of Moon Raker #CABDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.69%

R = 33.22%
G = 31.09%
B = 35.69%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CABDD9 (or 0xCABDD9) is known color: Moon Raker. HEX triplet: CA, BD and D9. RGB value is (202,189,217). Sum of RGB (Red+Green+Blue) = 202+189+217=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #CABDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD9 is #354226. Grayscale: #C3C3C3. Windows color (decimal): -3490343 or 14269898. OLE color: 14269898.

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

Color convert

RGB 202 189 217 -
CMYK 0.07 0.13 0 0.15
HSL 267.86º 0.27% 0.8% -
HSV(B) 267.86º 0.13% 0.85% -
XYZ 55.08 53.96 73.16 -
YUV 196.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 202 189 217 0.07 0.13 0 0.15 267.86 0.27 0.8
Hex CA BD D9 7 D 0 F 10C 1B 50
Octal 312 275 331 7 15 0 17 414 33 120
Binary 11001010 10111101 11011001 111 1101 0 1111 100001100 11011 1010000

Color Harmonies of #CABDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDD9

Black with #CABDD9

Text Example


Text Example

White with #CABDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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