#C8CDCA

Color #C8CDCA Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #C8CDCA

Tints of Nebula #C8CDCA

Color information

#C8CDCA (or 0xC8CDCA) is unknown color: approx Nebula. HEX triplet: C8, CD and CA. RGB value is (200,205,202). Sum of RGB (Red+Green+Blue) = 200+205+202=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDCA is #373235. Grayscale: #CBCBCB. Windows color (decimal): -3617334 or 13290952. OLE color: 13290952.

HSL color Cylindrical-coordinate representation of color #C8CDCA: hue angle of 144º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CDCA is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB200205202-
CMYK0.0200.010.20
HSL144º4.76%79.41%-
HSV(B)144º2.44%80.39%-
XYZ56.3160.2164.53-
YUV203.16127.34125.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.95%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=32.95%
G=33.77%
B=33.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002052020.0200.010.201444.7679.41
HexC8CDCA201149054f
Octal310315312201242205117
Binary110010001100110111001010100110100100100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDCA; }

 p { color: rgb(200,205,202); }

 H1.HeaderClassName
 {
   color: #C8CDCA;
 }
 .AnyTagClassName
 {
   color: #C8CDCA;
 }
</style>
background-color css

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

 a { background-color: rgb(200,205,202); }

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

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

 span { border-color: rgb(200,205,202); }

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