#C1D4C9

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

Shades of Nebula #C1D4C9

Tints of Nebula #C1D4C9

Color information

#C1D4C9 (or 0xC1D4C9) is unknown color: approx Nebula. HEX triplet: C1, D4 and C9. RGB value is (193,212,201). Sum of RGB (Red+Green+Blue) = 193+212+201=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D4C9 is #3E2B36. Grayscale: #CDCDCD. Windows color (decimal): -4074295 or 13227201. OLE color: 13227201.

HSL color Cylindrical-coordinate representation of color #C1D4C9: hue angle of 145.26º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1D4C9 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB193212201-
CMYK0.0900.050.17
HSL145.26º18.1%79.41%-
HSV(B)145.26º8.96%83.14%-
XYZ56.0862.6464.39-
YUV205.06125.71119.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.85%
GREEN value IS 212 (83.20% from 255) = 34.98%
BLUE value IS 201 (78.91% from 255) = 33.17%
R=31.85%
G=34.98%
B=33.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932122010.0900.050.17145.2618.179.41
HexC1D4C99051191124f
Octal30132431111052122122117
Binary110000011101010011001001100101011000110010001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D4C9; }

 p { color: rgb(193,212,201); }

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

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

 a { background-color: rgb(193,212,201); }

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

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

 span { border-color: rgb(193,212,201); }

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