Html Css Color HEX #CABDD7 Moon Raker

📋 copy color: '#CABDD7'

red 202 ◦ green 189 ◦ blue 215

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

Shades of Moon Raker #CABDD7

Tints of Moon Raker #CABDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.48%

R = 33.33%
G = 31.19%
B = 35.48%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CABDD7 (or 0xCABDD7) is known color: Moon Raker. HEX triplet: CA, BD and D7. RGB value is (202,189,215). Sum of RGB (Red+Green+Blue) = 202+189+215=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #CABDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD7 is #354228. Grayscale: #C3C3C3. Windows color (decimal): -3490345 or 14138826. OLE color: 14138826.

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

Color convert

RGB 202 189 215 -
CMYK 0.06 0.12 0 0.16
HSL 270º 0.25% 0.79% -
HSV(B) 270º 0.12% 0.84% -
XYZ 54.82 53.86 71.8 -
YUV 195.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 202 189 215 0.06 0.12 0 0.16 270 0.25 0.79
Hex CA BD D7 6 C 0 10 10E 19 4F
Octal 312 275 327 6 14 0 20 416 31 117
Binary 11001010 10111101 11010111 110 1100 0 10000 100001110 11001 1001111

Color Harmonies of #CABDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDD7

Black with #CABDD7

Text Example


Text Example

White with #CABDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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