Html Css Color HEX #CBC1D6 Moon Raker

📋 copy color: '#CBC1D6'

red 203 ◦ green 193 ◦ blue 214

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

Shades of Moon Raker #CBC1D6

Tints of Moon Raker #CBC1D6

RGB

 RED value IS 203 (79.69% from 255) = 33.28%

 GREEN value IS 193 (75.78% from 255) = 31.64%

 BLUE value IS 214 (83.98% from 255) = 35.08%

R = 33.28%
G = 31.64%
B = 35.08%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBC1D6 (or 0xCBC1D6) is known color: Moon Raker. HEX triplet: CB, C1 and D6. RGB value is (203,193,214). Sum of RGB (Red+Green+Blue) = 203+193+214=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1D6 is #343E29. Grayscale: #C6C6C6. Windows color (decimal): -3423786 or 14074315. OLE color: 14074315.

HSL color Cylindrical-coordinate representation of color #CBC1D6: hue angle of 268.57º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC1D6 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 193 214 -
CMYK 0.05 0.10 0 0.16
HSL 268.57º 0.2% 0.8% -
HSV(B) 268.57º 0.1% 0.84% -
XYZ 55.84 55.69 71.42 -
YUV 198.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 203 193 214 0.05 0.10 0 0.16 268.57 0.2 0.8
Hex CB C1 D6 5 A 0 10 10D 14 50
Octal 313 301 326 5 12 0 20 415 24 120
Binary 11001011 11000001 11010110 101 1010 0 10000 100001101 10100 1010000

Color Harmonies of #CBC1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC1D6

Black with #CBC1D6

Text Example


Text Example

White with #CBC1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC1D6; }

 p { color: rgb(203,193,214); }

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

background-color css

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

 a { background-color: rgb(203,193,214); }

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

border-color css

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

 span { border-color: rgb(203,193,214); }

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