Html Css Color HEX #CCBCDC Moon Raker

📋 copy color: '#CCBCDC'

red 204 ◦ green 188 ◦ blue 220

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

Shades of Moon Raker #CCBCDC

Tints of Moon Raker #CCBCDC

RGB

 RED value IS 204 (80.08% from 255) = 33.33%

 GREEN value IS 188 (73.83% from 255) = 30.72%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 33.33%
G = 30.72%
B = 35.95%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCBCDC (or 0xCCBCDC) is known color: Moon Raker. HEX triplet: CC, BC and DC. RGB value is (204,188,220). Sum of RGB (Red+Green+Blue) = 204+188+220=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCDC is #334323. Grayscale: #C4C4C4. Windows color (decimal): -3359524 or 14466252. OLE color: 14466252.

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

Color convert

RGB 204 188 220 -
CMYK 0.07 0.15 0 0.14
HSL 270º 0.31% 0.8% -
HSV(B) 270º 0.15% 0.86% -
XYZ 55.8 53.97 75.19 -
YUV 196.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 204 188 220 0.07 0.15 0 0.14 270 0.31 0.8
Hex CC BC DC 7 F 0 E 10E 1F 50
Octal 314 274 334 7 17 0 16 416 37 120
Binary 11001100 10111100 11011100 111 1111 0 1110 100001110 11111 1010000

Color Harmonies of #CCBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCDC

Black with #CCBCDC

Text Example


Text Example

White with #CCBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCDC; }

 p { color: rgb(204,188,220); }

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

background-color css

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

 a { background-color: rgb(204,188,220); }

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

border-color css

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

 span { border-color: rgb(204,188,220); }

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